Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e128041 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Acked-by: default avatarGregory Clement <gregory.clement@free-electrons.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 0b31c53b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@
#include <linux/clocksource.h>
#include <linux/clocksource.h>
#include <linux/dma-mapping.h>
#include <linux/dma-mapping.h>
#include <linux/mbus.h>
#include <linux/mbus.h>
#include <linux/signal.h>
#include <linux/slab.h>
#include <linux/slab.h>
#include <asm/hardware/cache-l2x0.h>
#include <asm/hardware/cache-l2x0.h>
#include <asm/mach/arch.h>
#include <asm/mach/arch.h>