From: Stefan Asserhall Date: Tue, 21 Jan 2020 12:01:50 +0000 (+0100) Subject: microblaze: Add missing irqflags.h header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e190c543dbf1ff36768277ea45fa6eaadffd4ce;p=linux.git microblaze: Add missing irqflags.h header Without this header local_save_flags() is not defined. Signed-off-by: Stefan Asserhall Signed-off-by: Michal Simek Reviewed-by: Arnd Bergmann --- diff --git a/arch/microblaze/kernel/cpu/pvr.c b/arch/microblaze/kernel/cpu/pvr.c index 8d0dc6db48cf8..f139052a39bdf 100644 --- a/arch/microblaze/kernel/cpu/pvr.c +++ b/arch/microblaze/kernel/cpu/pvr.c @@ -14,6 +14,7 @@ #include #include #include +#include /* * Until we get an assembler that knows about the pvr registers,