linux/drivers/net/ethernet/qlogic/qlcnic
Josh Boyer acdd32be6d net: qlcnic: include irq.h for irq definitions
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: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-04-03 14:04:36 -04:00
..
Makefile qlcnic: dcb: Query adapter DCB capabilities. 2013-08-27 15:21:13 -04:00
qlcnic.h net: qlcnic: include irq.h for irq definitions 2014-04-03 14:04:36 -04:00
qlcnic_83xx_hw.c qlcnic: Add VXLAN Rx offload support 2014-03-24 00:44:23 -04:00
qlcnic_83xx_hw.h qlcnic: Add VXLAN Rx offload support 2014-03-24 00:44:23 -04:00
qlcnic_83xx_init.c qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' 2014-04-01 17:38:05 -04:00
qlcnic_83xx_vnic.c qlcnic: Use bool for rx_mac_learn. 2014-01-23 16:13:08 -08:00
qlcnic_ctx.c qlcnic: Support for 16 virtual NIC functions. 2013-12-17 17:09:44 -05:00
qlcnic_dcb.c qlcnic: dcb: a couple off by one bugs 2014-03-03 15:38:12 -05:00
qlcnic_dcb.h qlcnic: Issue INIT_NIC command only once. 2013-12-17 17:09:43 -05:00
qlcnic_ethtool.c qlcnic: Add VXLAN Rx offload support 2014-03-24 00:44:23 -04:00
qlcnic_hdr.h qlcnic: Support for 16 virtual NIC functions. 2013-12-17 17:09:44 -05:00
qlcnic_hw.c qlcnic: Enhance semaphore lock access failure error message 2014-02-24 18:43:19 -05:00
qlcnic_hw.h qlcnic: Add VXLAN Rx offload support 2014-03-24 00:44:23 -04:00
qlcnic_init.c qlcnic: Fix bug in Tx completion path 2014-01-03 20:44:11 -05:00
qlcnic_io.c qlcnic: Add VXLAN Rx offload support 2014-03-24 00:44:23 -04:00
qlcnic_main.c qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port' 2014-04-01 17:38:05 -04:00
qlcnic_minidump.c qlcnic: Re-factor firmware minidump template header handling 2014-02-24 18:43:19 -05:00
qlcnic_sriov.h qlcnic: make local functions static 2014-01-17 18:04:19 -08:00
qlcnic_sriov_common.c qlcnic: Fix initialization of vlan list. 2014-01-28 11:59:30 -08:00
qlcnic_sriov_pf.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-03-05 20:32:02 -05:00
qlcnic_sysfs.c qlcnic: Updates to QLogic application/driver interface for virtual NIC configuration 2014-02-24 18:43:19 -05:00