diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:30 -0400 |
commit | 0c3b4f1a8e06584d8a1051a74ed79cf8b41f703e (patch) | |
tree | 6eaa6c372ce896649a6dcbdb66f1b58cda0fa931 /include | |
parent | 061c063efce96b33f9e26d5f83a8eb0643fa493c (diff) |
[PATCH] ppc64 iSeries: irq simple cleanups
This patch is just simple cleanups to the iSeries irq code.
- whitespace and comments
- rearrange some functions to avoid forward declarations
- remove XmPciLpEvent.h as its functions were declared elsewhere
- remove decaration of function that no longer exists
No semantic changes.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc64/iSeries/XmPciLpEvent.h | 7 | ||||
-rw-r--r-- | include/asm-ppc64/iSeries/iSeries_irq.h | 1 |
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 | |||
4 | extern int XmPciLpEvent_init(void); | ||
5 | extern 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 | ||
4 | extern void iSeries_init_IRQ(void); | 4 | extern void iSeries_init_IRQ(void); |
5 | extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId); | 5 | extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId); |
6 | extern int iSeries_assign_IRQ(int, HvBusNumber, HvSubBusNumber, HvAgentId); | ||
7 | extern void iSeries_activate_IRQs(void); | 6 | extern void iSeries_activate_IRQs(void); |
8 | 7 | ||
9 | extern int XmPciLpEvent_init(void); | 8 | extern int XmPciLpEvent_init(void); |