commit | 9b9cf81a2d1f5336de2bebae71a9f2b8d5f1a8de | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri May 01 20:13:42 2015 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Jun 16 14:12:41 2015 -0400 |
tree | 74cda52c16544137085da7727eef6ce188ddb1d9 | |
parent | 70c4f78b23c69013c908222d55a07c96fea4bba1 [diff] |
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>