[PATCH 07/10] microblaze: Add missing irqflags.h header

From: Michal Simek
Date: Wed Feb 12 2020 - 03:58:27 EST


From: Stefan Asserhall <stefan.asserhall@xxxxxxxxxx>

Without this header local_save_flags() is not defined.

Signed-off-by: Stefan Asserhall <stefan.asserhall@xxxxxxxxxx>
Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx>
---

arch/microblaze/kernel/cpu/pvr.c | 1 +
1 file changed, 1 insertion(+)

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,
--
2.25.0