diff options
author | Olof Johansson <olof@lixom.net> | 2007-05-08 01:47:21 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-08 01:47:53 -0400 |
commit | 771f7404a9deca902594823d616cd7a84f827982 (patch) | |
tree | 438332343f0737316277e278de663d40ddedb940 /arch/powerpc/platforms/pasemi/setup.c | |
parent | 418aea75246d5f83caa3a003fd66fe3b1aa01738 (diff) |
pasemi_mac: Move the IRQ mapping from the PCI layer to the driver
Fixes for ethernet IRQ mapping, to be done in the driver instead of in
the platform setup code.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/setup.c')
-rw-r--r-- | arch/powerpc/platforms/pasemi/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pasemi/setup.c b/arch/powerpc/platforms/pasemi/setup.c index f88f0ec4c8cb..5bdd6abd89c0 100644 --- a/arch/powerpc/platforms/pasemi/setup.c +++ b/arch/powerpc/platforms/pasemi/setup.c | |||
@@ -248,5 +248,4 @@ define_machine(pas) { | |||
248 | .calibrate_decr = generic_calibrate_decr, | 248 | .calibrate_decr = generic_calibrate_decr, |
249 | .progress = pas_progress, | 249 | .progress = pas_progress, |
250 | .machine_check_exception = pas_machine_check_handler, | 250 | .machine_check_exception = pas_machine_check_handler, |
251 | .pci_irq_fixup = pas_pci_irq_fixup, | ||
252 | }; | 251 | }; |