• P
    net: smc91x: Build fixes for general sh boards. · 092ed997
    Paul Mundt 提交于
    SH boards in general only wire this up in 8 or 16-bit mode, and
    as we never had the wrappers for 32-bit mode defined, SMC_CAN_USE_32BIT
    caused build failure for the non-Solution Engine boards. This gets it
    building again.
    
    Also kill off the straggling set_irq_type() definition, this is left
    over cruft that was missed when the rest of it switched to IRQ flags.
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    
    --
    
     drivers/net/smc91x.h |    4 +---
     1 file changed, 1 insertion(+), 3 deletions(-)
    Signed-off-by: NJeff Garzik <jeff@garzik.org>
    092ed997
smc91x.h 37.9 KB