From: Paul Gortmaker Date: Sat, 2 May 2015 00:13:42 +0000 (-0400) Subject: arm: fix implicit #include in entry asm. X-Git-Tag: v4.2-rc1~38^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9b9cf81a2d1f5336de2bebae71a9f2b8d5f1a8de;p=karo-tx-linux.git arm: fix implicit #include 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 Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Paul Gortmaker --- diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index 570306c49406..4942fab6ae28 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S @@ -15,6 +15,8 @@ * that causes it to save wrong values... Be aware! */ +#include + #include #include #include