aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-06-21 17:15:51 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 18:46:30 -0700
commit7f74e79fe749da035cc150446f02aec29938a5c8 (patch)
treed7952289461c684fd1bab599bf492c4e3a8b4ef9 /include
parent89ef68f0be53df6c4f1552fc329fe5abb1d5ed33 (diff)
downloadlinux-7f74e79fe749da035cc150446f02aec29938a5c8.tar.gz
[PATCH] ppc64 iSeries: tidy up irq code after merge
This patch just removes some dead code, fixes messages that referred to the file this code used to be in and inserts XmPciLpEvent_init into its caller. 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/iSeries_irq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc64/iSeries/iSeries_irq.h b/include/asm-ppc64/iSeries/iSeries_irq.h
index a7c5bceae8fa3..6c9767ac1302a 100644
--- a/include/asm-ppc64/iSeries/iSeries_irq.h
+++ b/include/asm-ppc64/iSeries/iSeries_irq.h
@@ -5,6 +5,4 @@ extern void iSeries_init_IRQ(void);
extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
extern void iSeries_activate_IRQs(void);
-extern int XmPciLpEvent_init(void);
-
#endif /* __ISERIES_IRQ_H__ */