Commit 9e190c54 authored by Stefan Asserhall's avatar Stefan Asserhall Committed by Michal Simek

microblaze: Add missing irqflags.h header

Without this header local_save_flags() is not defined.
Signed-off-by: default avatarStefan Asserhall <stefan.asserhall@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 512b2203
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <linux/compiler.h> #include <linux/compiler.h>
#include <asm/exceptions.h> #include <asm/exceptions.h>
#include <asm/pvr.h> #include <asm/pvr.h>
#include <linux/irqflags.h>
/* /*
* Until we get an assembler that knows about the pvr registers, * Until we get an assembler that knows about the pvr registers,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment