linux/drivers/net/ethernet/intel/ixgb
Paul Gortmaker a81ab36bf5 drivers/net: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>.   Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

This covers everything under drivers/net except for wireless, which
has been submitted separately.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-16 11:53:26 -08:00
..
ixgb.h drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
ixgb_ee.c drivers/net: Remove boolean comparisons to true/false 2012-02-13 00:47:40 -05:00
ixgb_ee.h ixgb: eliminate checkstack warnings 2011-09-23 13:55:25 -04:00
ixgb_ethtool.c Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
ixgb_hw.c ixgb: use PCI_VENDOR_ID_INTEL 2012-07-20 10:59:41 -07:00
ixgb_hw.h intel: Remove extern from function prototypes 2013-09-24 12:51:37 -07:00
ixgb_ids.h ixgb: use PCI_VENDOR_ID_INTEL 2012-07-20 10:59:41 -07:00
ixgb_main.c DMA-API: net: intel/ixgb: fix 32-bit DMA mask handling 2013-09-21 21:01:25 +01:00
ixgb_osdep.h ixgb: eliminate checkstack warnings 2011-09-23 13:55:25 -04:00
ixgb_param.c net/intel: remove __dev* attributes 2012-12-03 11:17:07 -08:00
Makefile