diff options
Diffstat (limited to 'include/asm-ppc64/iSeries/XmPciLpEvent.h')
-rw-r--r-- | include/asm-ppc64/iSeries/XmPciLpEvent.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/include/asm-ppc64/iSeries/XmPciLpEvent.h b/include/asm-ppc64/iSeries/XmPciLpEvent.h index 9c800792bc5c..4936627b26d0 100644 --- a/include/asm-ppc64/iSeries/XmPciLpEvent.h +++ b/include/asm-ppc64/iSeries/XmPciLpEvent.h | |||
@@ -1,15 +1,7 @@ | |||
1 | #ifndef __XMPCILPEVENT_H__ | 1 | #ifndef __XMPCILPEVENT_H__ |
2 | #define __XMPCILPEVENT_H__ | 2 | #define __XMPCILPEVENT_H__ |
3 | 3 | ||
4 | #ifdef __cplusplus | 4 | extern int XmPciLpEvent_init(void); |
5 | extern "C" { | 5 | extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq); |
6 | #endif | ||
7 | |||
8 | int XmPciLpEvent_init(void); | ||
9 | void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq); | ||
10 | |||
11 | #ifdef __cplusplus | ||
12 | } | ||
13 | #endif | ||
14 | 6 | ||
15 | #endif /* __XMPCILPEVENT_H__ */ | 7 | #endif /* __XMPCILPEVENT_H__ */ |