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)
commit9b9cf81a2d1f5336de2bebae71a9f2b8d5f1a8de
tree74cda52c16544137085da7727eef6ce188ddb1d9
parent70c4f78b23c69013c908222d55a07c96fea4bba1
arm: fix implicit #include <linux/init.h> in entry asm.

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