diff options
author | Stefan Asserhall <stefan.asserhall@xilinx.com> | 2020-01-21 13:01:50 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-02-25 12:33:19 +0100 |
commit | 9e190c543dbf1ff36768277ea45fa6eaadffd4ce (patch) | |
tree | 4a1e857be63f2c4595dbc4535df6872d9dc58a82 /arch/microblaze/kernel/cpu | |
parent | 512b2203e4b8faaa9c37c51534557345f8744616 (diff) |
microblaze: Add missing irqflags.h header
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>
Diffstat (limited to 'arch/microblaze/kernel/cpu')
-rw-r--r-- | arch/microblaze/kernel/cpu/pvr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/cpu/pvr.c b/arch/microblaze/kernel/cpu/pvr.c index 8d0dc6db48cf..f139052a39bd 100644 --- a/arch/microblaze/kernel/cpu/pvr.c +++ b/arch/microblaze/kernel/cpu/pvr.c @@ -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, |