diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2011-04-14 18:31:58 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-20 03:01:19 -0400 |
commit | cd852579055bd8ad848415aaabb78b65d522fce0 (patch) | |
tree | af7de95b39325eda8a8b483d7f136511dcf56f81 /arch/powerpc/include/asm/xics.h | |
parent | 0b2e9a8e10ad2d191e5c37e77f1ce23e148e7a0b (diff) |
powerpc/xics: xics.h relies on linux/interrupt.h
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/xics.h')
-rw-r--r-- | arch/powerpc/include/asm/xics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/xics.h b/arch/powerpc/include/asm/xics.h index 146aad8534de..c4ed4c5b6464 100644 --- a/arch/powerpc/include/asm/xics.h +++ b/arch/powerpc/include/asm/xics.h | |||
@@ -6,6 +6,8 @@ | |||
6 | #ifndef _XICS_H | 6 | #ifndef _XICS_H |
7 | #define _XICS_H | 7 | #define _XICS_H |
8 | 8 | ||
9 | #include <linux/interrupt.h> | ||
10 | |||
9 | #define XICS_IPI 2 | 11 | #define XICS_IPI 2 |
10 | #define XICS_IRQ_SPURIOUS 0 | 12 | #define XICS_IRQ_SPURIOUS 0 |
11 | 13 | ||