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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
index f6d637968eda..3e7c6a3cbc65 100644
--- a/drivers/net/smc91x.h
+++ b/drivers/net/smc91x.h
@@ -265,19 +265,6 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
265 265
266#define SMC_IRQ_FLAGS (0) 266#define SMC_IRQ_FLAGS (0)
267 267
268#elif defined(CONFIG_ISA)
269
270#define SMC_CAN_USE_8BIT 1
271#define SMC_CAN_USE_16BIT 1
272#define SMC_CAN_USE_32BIT 0
273
274#define SMC_inb(a, r) inb((a) + (r))
275#define SMC_inw(a, r) inw((a) + (r))
276#define SMC_outb(v, a, r) outb(v, (a) + (r))
277#define SMC_outw(v, a, r) outw(v, (a) + (r))
278#define SMC_insw(a, r, p, l) insw((a) + (r), p, l)
279#define SMC_outsw(a, r, p, l) outsw((a) + (r), p, l)
280
281#elif defined(CONFIG_M32R) 268#elif defined(CONFIG_M32R)
282 269
283#define SMC_CAN_USE_8BIT 0 270#define SMC_CAN_USE_8BIT 0