arm: fix implicit #include <linux/init.h> in entry asm.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 00:13:42 +0000 (20:13 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:41 +0000 (14:12 -0400)
They use the "_INIT" macro and friends, and hence need to
source this header file, vs. relying on getting it implicitly.

Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/arm/kernel/entry-armv.S

index 570306c494068f2ac8f841eb3344b4f981f7a3bb..4942fab6ae28bd41f9660642b1ef996060b959fb 100644 (file)
@@ -15,6 +15,8 @@
  *  that causes it to save wrong values...  Be aware!
  */
 
+#include <linux/init.h>
+
 #include <asm/assembler.h>
 #include <asm/memory.h>
 #include <asm/glue-df.h>