patch-2.4.21 linux-2.4.21/arch/ppc/8260_io/fcc_enet.c

Next file: linux-2.4.21/arch/ppc/8260_io/uart.c
Previous file: linux-2.4.21/arch/ppc/8260_io/enet.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/ppc/8260_io/fcc_enet.c linux-2.4.21/arch/ppc/8260_io/fcc_enet.c
@@ -1,7 +1,4 @@
 /*
- * BK Id: SCCS/s.fcc_enet.c 1.7 05/17/01 18:14:20 cort
- */
-/*
  * Fast Ethernet Controller (FCC) driver for Motorola MPC8260.
  * Copyright (c) 2000 MontaVista Software, Inc.   Dan Malek (dmalek@jlc.net)
  *
@@ -1442,8 +1439,8 @@
 
 	/* Install our interrupt handler.
 	*/
-	if (request_8xxirq(fip->fc_interrupt, fcc_enet_interrupt, 0,
-							"fenet", dev) < 0)
+	if (request_irq(fip->fc_interrupt, fcc_enet_interrupt, 0, "fenet",
+				dev) < 0)
 		printk("Can't get FCC IRQ %d\n", fip->fc_interrupt);
 
 	/* Set GFMR to enable Ethernet operating mode.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)