]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: mvebu: add missing header
authorArnd Bergmann <arnd@arndb.de>
Mon, 24 Feb 2014 20:54:49 +0000 (21:54 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:23:35 +0000 (18:23 +0100)
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 <arnd@arndb.de>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/mach-mvebu/armada-370-xp.c

index f6c9d1d85c14271b2adbaddaab8431d8c675033c..5b793ebb0a24d2f8baa8523c4528dee359bd58fc 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/clocksource.h>
 #include <linux/dma-mapping.h>
 #include <linux/mbus.h>
+#include <linux/signal.h>
 #include <linux/slab.h>
 #include <asm/hardware/cache-l2x0.h>
 #include <asm/mach/arch.h>