aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mipsnet.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-06-20 17:40:52 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-06-20 17:40:52 -0400
commit044f620ac65d0d90727cdbd0c058e4d150d62ddc (patch)
tree89bcf2829803979ff8384d14c159daebabc3244d /drivers/net/mipsnet.c
parentc53ab5d56c66816fe06dc6cd0abb93f6dd81a145 (diff)
parent3b1d4ed5353af04d6aa20be2701727b9cdb2ac61 (diff)
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: [MIPS] Don't drag a platform specific header into generic arch code.
Diffstat (limited to 'drivers/net/mipsnet.c')
-rw-r--r--drivers/net/mipsnet.c2
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()