summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/hotplug.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-04-28 14:50:14 +0200
committerThierry Reding <treding@nvidia.com>2016-06-10 16:17:58 +0200
commit5c753e0439a33840f1a9ca41fbee1bd40f60d7d8 (patch)
treee93ec903959a89a52b721da76e342369ed2970ed /arch/arm/mach-tegra/hotplug.c
parent1a695a905c18548062509178b98bc91e67510864 (diff)
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.c1
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);