1. 28 4月, 2014 6 次提交
  2. 16 4月, 2014 1 次提交
  3. 15 4月, 2014 6 次提交
  4. 04 4月, 2014 1 次提交
    • J
      net: qlcnic: include irq.h for irq definitions · acdd32be
      Josh Boyer 提交于
      The qlcnic driver fails to build on ARM with errors like:
      
      In file included from drivers/net/ethernet/qlogic/qlcnic/qlcnic.h:36:0,
                       from drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c:8:
      drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h:585:1: error: unknown type name 'irqreturn_t'
       irqreturn_t qlcnic_83xx_clear_legacy_intr(struct qlcnic_adapter *);
       ^
      
      Nothing in the driver is explicitly including the irq definitions, so we
      add an include of linux/irq.h to pick them up.
      Signed-off-by: NJosh Boyer <jwboyer@fedoraproject.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      acdd32be
  5. 02 4月, 2014 1 次提交
  6. 30 3月, 2014 1 次提交
  7. 29 3月, 2014 1 次提交
  8. 27 3月, 2014 1 次提交
  9. 24 3月, 2014 3 次提交
  10. 04 3月, 2014 1 次提交
  11. 26 2月, 2014 4 次提交
  12. 25 2月, 2014 6 次提交
  13. 19 2月, 2014 5 次提交
  14. 29 1月, 2014 3 次提交