diff options
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r-- | drivers/net/smc91x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 8310f1a073d8..80fb80f39200 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -500,6 +500,9 @@ struct smc_local { | |||
500 | void __iomem *base; | 500 | void __iomem *base; |
501 | void __iomem *datacs; | 501 | void __iomem *datacs; |
502 | 502 | ||
503 | /* the low address lines on some platforms aren't connected... */ | ||
504 | int io_shift; | ||
505 | |||
503 | struct smc91x_platdata cfg; | 506 | struct smc91x_platdata cfg; |
504 | }; | 507 | }; |
505 | 508 | ||