Skip to content

Commit 9e190c5

Browse files
asserhallMichal Simek
authored andcommitted
microblaze: Add missing irqflags.h header
Without this header local_save_flags() is not defined. Signed-off-by: Stefan Asserhall <[email protected]> Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]>
1 parent 512b220 commit 9e190c5

File tree

1 file changed

+1
-0
lines changed
  • arch/microblaze/kernel/cpu

1 file changed

+1
-0
lines changed

arch/microblaze/kernel/cpu/pvr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <linux/compiler.h>
1515
#include <asm/exceptions.h>
1616
#include <asm/pvr.h>
17+
#include <linux/irqflags.h>
1718

1819
/*
1920
* Until we get an assembler that knows about the pvr registers,

0 commit comments

Comments
 (0)