diff options
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r-- | drivers/net/smc91x.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 7815bfc300f5..54799544bda3 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -206,21 +206,6 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg) | |||
206 | } | 206 | } |
207 | } | 207 | } |
208 | 208 | ||
209 | #elif defined(CONFIG_ARCH_OMAP) | ||
210 | |||
211 | /* We can only do 16-bit reads and writes in the static memory space. */ | ||
212 | #define SMC_CAN_USE_8BIT 0 | ||
213 | #define SMC_CAN_USE_16BIT 1 | ||
214 | #define SMC_CAN_USE_32BIT 0 | ||
215 | #define SMC_IO_SHIFT 0 | ||
216 | #define SMC_NOWAIT 1 | ||
217 | |||
218 | #define SMC_inw(a, r) readw((a) + (r)) | ||
219 | #define SMC_outw(v, a, r) writew(v, (a) + (r)) | ||
220 | #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) | ||
221 | #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) | ||
222 | #define SMC_IRQ_FLAGS (-1) /* from resource */ | ||
223 | |||
224 | #elif defined(CONFIG_SH_SH4202_MICRODEV) | 209 | #elif defined(CONFIG_SH_SH4202_MICRODEV) |
225 | 210 | ||
226 | #define SMC_CAN_USE_8BIT 0 | 211 | #define SMC_CAN_USE_8BIT 0 |