Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: pm: Add tegra_cpu_do_idle() prototype

When building with W=1 this function is flagged as not having a
prototype defined. Add the prototype to avoid a build warning.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+1 -1
+1 -1
arch/arm/mach-tegra/pm.h
··· 36 36 37 37 void tegra_clear_cpu_in_lp2(void); 38 38 bool tegra_set_cpu_in_lp2(void); 39 - 39 + int tegra_cpu_do_idle(void); 40 40 void tegra_idle_lp2_last(void); 41 41 extern void (*tegra_tear_down_cpu)(void); 42 42