diff options
author | Thierry Reding <treding@nvidia.com> | 2016-04-28 14:50:14 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-06-10 16:17:58 +0200 |
commit | 5c753e0439a33840f1a9ca41fbee1bd40f60d7d8 (patch) | |
tree | e93ec903959a89a52b721da76e342369ed2970ed /arch/arm/mach-tegra/hotplug.c | |
parent | Linux 4.7-rc1 (diff) | |
download | linux-5c753e0439a33840f1a9ca41fbee1bd40f60d7d8.tar.xz linux-5c753e0439a33840f1a9ca41fbee1bd40f60d7d8.zip |
ARM: tegra: hotplug: Include missing common.h
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.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/hotplug.c')
-rw-r--r-- | arch/arm/mach-tegra/hotplug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/hotplug.c b/arch/arm/mach-tegra/hotplug.c index 1b129899a277..8ec707826072 100644 --- a/arch/arm/mach-tegra/hotplug.c +++ b/arch/arm/mach-tegra/hotplug.c @@ -17,6 +17,7 @@ #include <asm/smp_plat.h> +#include "common.h" #include "sleep.h" static void (*tegra_hotplug_shutdown)(void); |