1. 23 5月, 2014 1 次提交
  2. 14 5月, 2014 1 次提交
  3. 13 5月, 2014 1 次提交
  4. 10 5月, 2014 5 次提交
  5. 08 5月, 2014 3 次提交
  6. 28 4月, 2014 8 次提交
  7. 25 4月, 2014 2 次提交
  8. 16 4月, 2014 1 次提交
  9. 15 4月, 2014 6 次提交
  10. 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
  11. 02 4月, 2014 1 次提交
  12. 30 3月, 2014 1 次提交
  13. 29 3月, 2014 1 次提交
  14. 27 3月, 2014 1 次提交
  15. 24 3月, 2014 3 次提交
  16. 04 3月, 2014 1 次提交
  17. 26 2月, 2014 3 次提交