diff options
Diffstat (limited to 'drivers/net/mipsnet.c')
-rw-r--r-- | drivers/net/mipsnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mipsnet.c b/drivers/net/mipsnet.c index 638a279ec505..9853c74f6bbf 100644 --- a/drivers/net/mipsnet.c +++ b/drivers/net/mipsnet.c | |||
@@ -240,7 +240,7 @@ static int __init mipsnet_probe(struct device *dev) | |||
240 | * TODO: probe for these or load them from PARAM | 240 | * TODO: probe for these or load them from PARAM |
241 | */ | 241 | */ |
242 | netdev->base_addr = 0x4200; | 242 | netdev->base_addr = 0x4200; |
243 | netdev->irq = MIPSCPU_INT_BASE + MIPSCPU_INT_MB0 + | 243 | netdev->irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_MB0 + |
244 | inl(mipsnet_reg_address(netdev, interruptInfo)); | 244 | inl(mipsnet_reg_address(netdev, interruptInfo)); |
245 | 245 | ||
246 | // Get the io region now, get irq on open() | 246 | // Get the io region now, get irq on open() |