aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r--include/asm-ppc64/iSeries/XmPciLpEvent.h7
-rw-r--r--include/asm-ppc64/iSeries/iSeries_irq.h1
2 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-ppc64/iSeries/XmPciLpEvent.h b/include/asm-ppc64/iSeries/XmPciLpEvent.h
deleted file mode 100644
index 4936627b26d0..000000000000
--- a/include/asm-ppc64/iSeries/XmPciLpEvent.h
+++ /dev/null
@@ -1,7 +0,0 @@
1#ifndef __XMPCILPEVENT_H__
2#define __XMPCILPEVENT_H__
3
4extern int XmPciLpEvent_init(void);
5extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
6
7#endif /* __XMPCILPEVENT_H__ */
diff --git a/include/asm-ppc64/iSeries/iSeries_irq.h b/include/asm-ppc64/iSeries/iSeries_irq.h
index fbd5f523ba1d..a7c5bceae8fa 100644
--- a/include/asm-ppc64/iSeries/iSeries_irq.h
+++ b/include/asm-ppc64/iSeries/iSeries_irq.h
@@ -3,7 +3,6 @@
3 3
4extern void iSeries_init_IRQ(void); 4extern void iSeries_init_IRQ(void);
5extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId); 5extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
6extern int iSeries_assign_IRQ(int, HvBusNumber, HvSubBusNumber, HvAgentId);
7extern void iSeries_activate_IRQs(void); 6extern void iSeries_activate_IRQs(void);
8 7
9extern int XmPciLpEvent_init(void); 8extern int XmPciLpEvent_init(void);