• Stephen Rothwell's avatar
    net: add needed interrupt.h · ffbc03bc
    Stephen Rothwell authored
    Fixes these errors after the removal of interrupt.h from netdevice.h:
    
    drivers/net/ll_temac_main.c: In function 'temac_open':
    drivers/net/ll_temac_main.c:859:2: error: implicit declaration of function 'request_irq'
    drivers/net/ll_temac_main.c:870:2: error: implicit declaration of function 'free_irq'
    drivers/net/ll_temac_main.c: In function 'temac_poll_controller':
    drivers/net/ll_temac_main.c:903:2: error: implicit declaration of function 'disable_irq'
    drivers/net/ll_temac_main.c:909:2: error: implicit declaration of function 'enable_irq'
    Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    ffbc03bc
ll_temac_main.c 29.1 KB