From: Arnd Bergmann Date: Mon, 24 Feb 2014 20:54:49 +0000 (+0100) Subject: ARM: mvebu: add missing header X-Git-Tag: v3.15-rc1~81^2~8^2~29 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9e1280419eebb48001c9fb078f00f15fa5abe4a6;p=~emulex%2Finfiniband.git ARM: mvebu: add missing header The definition for SIGBUS may not be visible without including linux/signal.h, as I found during randconfig testing. Adding an explicit include is certainly the right thing to do. Signed-off-by: Arnd Bergmann Acked-by: Jason Cooper Acked-by: Gregory Clement Cc: Andrew Lunn Cc: Sebastian Hesselbarth --- diff --git a/arch/arm/mach-mvebu/armada-370-xp.c b/arch/arm/mach-mvebu/armada-370-xp.c index f6c9d1d85c1..5b793ebb0a2 100644 --- a/arch/arm/mach-mvebu/armada-370-xp.c +++ b/arch/arm/mach-mvebu/armada-370-xp.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include