aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc91x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r--drivers/net/smc91x.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
index f02cc6ac248b..a9c41d421c37 100644
--- a/drivers/net/smc91x.h
+++ b/drivers/net/smc91x.h
@@ -48,8 +48,7 @@
48#define SMC_CAN_USE_32BIT 0 48#define SMC_CAN_USE_32BIT 0
49#define SMC_NOWAIT 1 49#define SMC_NOWAIT 1
50 50
51/* The first two address lines aren't connected... */ 51#define SMC_IO_SHIFT (lp->io_shift)
52#define SMC_IO_SHIFT 2
53 52
54#define SMC_inw(a, r) readw((a) + (r)) 53#define SMC_inw(a, r) readw((a) + (r))
55#define SMC_outw(v, a, r) writew(v, (a) + (r)) 54#define SMC_outw(v, a, r) writew(v, (a) + (r))