diff options
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r-- | drivers/net/smc91x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 997e7f1d5c6e..edea0732f145 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -446,6 +446,8 @@ static inline void LPD7_SMC_outsw (unsigned char* a, int r, | |||
446 | #define SMC_CAN_USE_32BIT 1 | 446 | #define SMC_CAN_USE_32BIT 1 |
447 | #define SMC_NOWAIT 1 | 447 | #define SMC_NOWAIT 1 |
448 | 448 | ||
449 | #define SMC_IO_SHIFT (lp->io_shift) | ||
450 | |||
449 | #define SMC_inb(a, r) readb((a) + (r)) | 451 | #define SMC_inb(a, r) readb((a) + (r)) |
450 | #define SMC_inw(a, r) readw((a) + (r)) | 452 | #define SMC_inw(a, r) readw((a) + (r)) |
451 | #define SMC_inl(a, r) readl((a) + (r)) | 453 | #define SMC_inl(a, r) readl((a) + (r)) |