From: Ben Dooks Date: Wed, 8 Jun 2016 17:06:14 +0000 (+0100) Subject: ARM: vexpress/spc: fix missing include of spc.h X-Git-Tag: v4.8-rc1~71^2~7^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e13de0a8d032dedc41a01659ea203b9cdece532b;p=karo-tx-linux.git ARM: vexpress/spc: fix missing include of spc.h Fix missing function prototypes found in spc.h by including the file to remove the following warnings: arch/arm/mach-vexpress/spc.c:131:6: warning: symbol 've_spc_global_wakeup_irq' was not declared. Should it be static? arch/arm/mach-vexpress/spc.c:156:6: warning: symbol 've_spc_cpu_wakeup_irq' was not declared. Should it be static? arch/arm/mach-vexpress/spc.c:185:6: warning: symbol 've_spc_set_resume_addr' was not declared. Should it be static? arch/arm/mach-vexpress/spc.c:210:6: warning: symbol 've_spc_powerdown' was not declared. Should it be static? arch/arm/mach-vexpress/spc.c:240:5: warning: symbol 've_spc_cpu_in_wfi' was not declared. Should it be static? arch/arm/mach-vexpress/spc.c:450:12: warning: symbol 've_spc_init' 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/spc.c b/arch/arm/mach-vexpress/spc.c index 0d89257ddc0a..bc4ea5b241e7 100644 --- a/arch/arm/mach-vexpress/spc.c +++ b/arch/arm/mach-vexpress/spc.c @@ -31,6 +31,8 @@ #include +#include "spc.h" + #define SPCLOG "vexpress-spc: " #define PERF_LVL_A15 0x00