From: Ben Dooks Date: Wed, 8 Jun 2016 17:10:03 +0000 (+0100) Subject: ARM: vexpress/hotplug: fix missing core.h include X-Git-Tag: v4.8-rc1~71^2~7^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b47a1b46fef0e95d35f0d7a6d3477912dbc17f32;p=karo-tx-linux.git ARM: vexpress/hotplug: fix missing core.h include Fix the missing declaration of vexpress_cpu_die() by including core.h where it is defined. Fixes: arch/arm/mach-vexpress/hotplug.c:88:6: warning: symbol 'vexpress_cpu_die' was not declared. Should it be static? Cc: Liviu Dudau Cc: Lorenzo Pieralisi Signed-off-by: Ben Dooks Signed-off-by: Sudeep Holla --- diff --git a/arch/arm/mach-vexpress/hotplug.c b/arch/arm/mach-vexpress/hotplug.c index f2fafc10a91d..d8f1a05f5e87 100644 --- a/arch/arm/mach-vexpress/hotplug.c +++ b/arch/arm/mach-vexpress/hotplug.c @@ -15,6 +15,8 @@ #include #include +#include "core.h" + static inline void cpu_enter_lowpower(void) { unsigned int v;