microblaze: Add missing irqflags.h header
authorStefan Asserhall <stefan.asserhall@xilinx.com>
Tue, 21 Jan 2020 12:01:50 +0000 (13:01 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 25 Feb 2020 11:33:19 +0000 (12:33 +0100)
Without this header local_save_flags() is not defined.

Signed-off-by: Stefan Asserhall <stefan.asserhall@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
arch/microblaze/kernel/cpu/pvr.c

index 8d0dc6db48cf89474c3c80fb641619abc3934025..f139052a39bdf90a31bd7648eff30fd0c75f2845 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/compiler.h>
 #include <asm/exceptions.h>
 #include <asm/pvr.h>
+#include <linux/irqflags.h>
 
 /*
  * Until we get an assembler that knows about the pvr registers,