]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mvebu: fix missing include of common.h in cpu-reset.c
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 19:03:47 +0000 (20:03 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 16 Jun 2016 09:24:19 +0000 (11:24 +0200)
The mvebu_cpu_reset_deassert() is missing the definition for
it, so include common.h where it is defined to fix the warning:

arch/arm/mach-mvebu/cpu-reset.c:25:5: warning: symbol 'mvebu_cpu_reset_deassert' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-mvebu/cpu-reset.c

index 4a2cadd6b48e218a30ebe44167a1173e4afb2f40..f33a31c6aff8b527cba82d67f51714d4866c31fb 100644 (file)
@@ -16,6 +16,8 @@
 #include <linux/io.h>
 #include <linux/resource.h>
 
+#include "common.h"
+
 static void __iomem *cpu_reset_base;
 static size_t cpu_reset_size;