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-tegra30.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/cpuidle-tegra30.c') diff --git a/arch/arm/mach-tegra/cpuidle-tegra30.c b/arch/arm/mach-tegra/cpuidle-tegra30.c index 4dbe1dae937c..c1417361e10e 100644 --- a/arch/arm/mach-tegra/cpuidle-tegra30.c +++ b/arch/arm/mach-tegra/cpuidle-tegra30.c @@ -30,6 +30,7 @@ #include #include +#include "cpuidle.h" #include "pm.h" #include "sleep.h" -- cgit