From 755c47ed94a657d1bc04633349a2378dff05fa61 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Thu, 28 Apr 2016 14:52:45 +0200 Subject: ARM: tegra: cpuidle: Add missing cpuidle.h include Some of the functions implemented are flagged as not having a prototype defined when building with W=1. Include the header to avoid these build warnings and add a prototype as well as a dummy implementation for the tegra_cpuidle_pcie_irqs_in_use() function. Signed-off-by: Thierry Reding --- arch/arm/mach-tegra/cpuidle-tegra20.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/cpuidle-tegra20.c') diff --git a/arch/arm/mach-tegra/cpuidle-tegra20.c b/arch/arm/mach-tegra/cpuidle-tegra20.c index 7469347b1749..afcee04f2616 100644 --- a/arch/arm/mach-tegra/cpuidle-tegra20.c +++ b/arch/arm/mach-tegra/cpuidle-tegra20.c @@ -30,6 +30,7 @@ #include #include +#include "cpuidle.h" #include "flowctrl.h" #include "iomap.h" #include "irq.h" -- cgit