diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-05-19 10:46:28 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-05-24 10:08:56 +0400 |
commit | 0d177df15d12926dc2ef7c814f317f02de52ce17 (patch) | |
tree | da10171a931af0ff709016a8ce5111a3c39e83d2 /arch/powerpc/platforms/iseries/irq.h | |
parent | 66b3851a6947482987b4c05aa781a33696287648 (diff) | |
download | linux-0d177df15d12926dc2ef7c814f317f02de52ce17.tar.xz |
[PATCH] powerpc: move iSeries PCI devices to the device tree
Move the probing of PCI devices to setup.c and put them all into the
flattened device tree. The later probing is now done by traversing the
device tree.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/irq.h')
-rw-r--r-- | arch/powerpc/platforms/iseries/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/irq.h b/arch/powerpc/platforms/iseries/irq.h index b9c801ba5a47..188aa808abd7 100644 --- a/arch/powerpc/platforms/iseries/irq.h +++ b/arch/powerpc/platforms/iseries/irq.h @@ -2,7 +2,7 @@ #define _ISERIES_IRQ_H extern void iSeries_init_IRQ(void); -extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId); +extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32); extern void iSeries_activate_IRQs(void); extern int iSeries_get_irq(struct pt_regs *); |