diff options
Diffstat (limited to 'arch/ppc/8260_io/fcc_enet.c')
| -rw-r--r-- | arch/ppc/8260_io/fcc_enet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/8260_io/fcc_enet.c b/arch/ppc/8260_io/fcc_enet.c index cd5f3faa4b20..e347fe88316d 100644 --- a/arch/ppc/8260_io/fcc_enet.c +++ b/arch/ppc/8260_io/fcc_enet.c | |||
| @@ -2116,7 +2116,7 @@ init_fcc_startup(fcc_info_t *fip, struct net_device *dev) | |||
| 2116 | 2116 | ||
| 2117 | #ifdef PHY_INTERRUPT | 2117 | #ifdef PHY_INTERRUPT |
| 2118 | #ifdef CONFIG_ADS8272 | 2118 | #ifdef CONFIG_ADS8272 |
| 2119 | if (request_irq(PHY_INTERRUPT, mii_link_interrupt, SA_SHIRQ, | 2119 | if (request_irq(PHY_INTERRUPT, mii_link_interrupt, IRQF_SHARED, |
| 2120 | "mii", dev) < 0) | 2120 | "mii", dev) < 0) |
| 2121 | printk(KERN_CRIT "Can't get MII IRQ %d\n", PHY_INTERRUPT); | 2121 | printk(KERN_CRIT "Can't get MII IRQ %d\n", PHY_INTERRUPT); |
| 2122 | #else | 2122 | #else |
