diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/smc91x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 6ff3a1627af8..af9e6bf59552 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -284,6 +284,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg) | |||
284 | #elif defined(CONFIG_SUPERH) | 284 | #elif defined(CONFIG_SUPERH) |
285 | 285 | ||
286 | #ifdef CONFIG_SOLUTION_ENGINE | 286 | #ifdef CONFIG_SOLUTION_ENGINE |
287 | #define SMC_IRQ_FLAGS (0) | ||
287 | #define SMC_CAN_USE_8BIT 0 | 288 | #define SMC_CAN_USE_8BIT 0 |
288 | #define SMC_CAN_USE_16BIT 1 | 289 | #define SMC_CAN_USE_16BIT 1 |
289 | #define SMC_CAN_USE_32BIT 0 | 290 | #define SMC_CAN_USE_32BIT 0 |