1. 10 5月, 2014 5 次提交
  2. 08 5月, 2014 1 次提交
    • H
      qlcnic: Fix Kconfig dependency on HWMON · f398a771
      Harish Patil 提交于
      Commit 1f0f467b "qlcnic: Add hwmon interface to export board
      temperature" introduced a randconfig build error in the case
      when the hwmon framework is built as a module and the qlcnic
      driver itself is built-in:
      
      drivers/built-in.o: In function `qlcnic_register_hwmon_dev':
      drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c:1301:
      undefined reference to `hwmon_device_register_with_groups'
      drivers/built-in.o: In function `qlcnic_unregister_hwmon_dev':
      drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c:1309:
      undefined reference to `hwmon_device_unregister'.
      
      This changes the Kconfig logic to enforce that the qlcnic hwmon
      support can only be enabled if it is possible to successfully
      build it.
      Signed-off-by: NHarish Patil <harish.patil@qlogic.com>
      Reported-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f398a771
  3. 28 4月, 2014 8 次提交
  4. 16 4月, 2014 1 次提交
  5. 15 4月, 2014 6 次提交
  6. 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
  7. 02 4月, 2014 1 次提交
  8. 30 3月, 2014 1 次提交
  9. 29 3月, 2014 1 次提交
  10. 27 3月, 2014 1 次提交
  11. 24 3月, 2014 3 次提交
  12. 04 3月, 2014 1 次提交
  13. 26 2月, 2014 4 次提交
  14. 25 2月, 2014 6 次提交