diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-11-03 22:22:46 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-11-07 22:15:33 -0500 |
commit | 18244cfbc34e6bb3793977739b359a248899f42a (patch) | |
tree | c82a81fd92d2c93fd31ef83ba3baa516428b9120 /arch/powerpc/platforms/iseries/setup.c | |
parent | f2205fbb5a8933514fd343cc329df631802b4543 (diff) |
[POWERPC] iSeries_init_IRQ non-PCI tidy
ppc_md.init_IRQ is not called if it is NULL, so we don't need an empty
routine in the non PCI case.
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/setup.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/iseries/setup.c b/arch/powerpc/platforms/iseries/setup.c index 37ae07ee54a9..0877a8834110 100644 --- a/arch/powerpc/platforms/iseries/setup.c +++ b/arch/powerpc/platforms/iseries/setup.c | |||
@@ -617,10 +617,6 @@ static void iseries_dedicated_idle(void) | |||
617 | } | 617 | } |
618 | } | 618 | } |
619 | 619 | ||
620 | #ifndef CONFIG_PCI | ||
621 | void __init iSeries_init_IRQ(void) { } | ||
622 | #endif | ||
623 | |||
624 | static void __iomem *iseries_ioremap(phys_addr_t address, unsigned long size, | 620 | static void __iomem *iseries_ioremap(phys_addr_t address, unsigned long size, |
625 | unsigned long flags) | 621 | unsigned long flags) |
626 | { | 622 | { |