7f74e79fe7
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>
8 lines
236 B
C
8 lines
236 B
C
#ifndef __ISERIES_IRQ_H__
|
|
#define __ISERIES_IRQ_H__
|
|
|
|
extern void iSeries_init_IRQ(void);
|
|
extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
|
|
extern void iSeries_activate_IRQs(void);
|
|
|
|
#endif /* __ISERIES_IRQ_H__ */
|