1. 08 6月, 2011 1 次提交
    • S
      net: add needed interrupt.h · ffbc03bc
      Stephen Rothwell 提交于
      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: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ffbc03bc
  2. 07 6月, 2011 7 次提交
  3. 06 6月, 2011 16 次提交
  4. 05 6月, 2011 1 次提交
  5. 04 6月, 2011 12 次提交
  6. 03 6月, 2011 3 次提交