OpenCloudOS-Kernel/drivers/net/ethernet/chelsio/cxgb4vf
Jakub Kicinski cc69837fca net: don't include ethtool.h from netdevice.h
linux/netdevice.h is included in very many places, touching any
of its dependecies causes large incremental builds.

Drop the linux/ethtool.h include, linux/netdevice.h just needs
a forward declaration of struct ethtool_ops.

Fix all the places which made use of this implicit include.

Acked-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Shannon Nelson <snelson@pensando.io>
Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Link: https://lore.kernel.org/r/20201120225052.1427503-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-23 17:27:04 -08:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
adapter.h cxgb4vf: fix t4vf_eth_xmit()'s return type 2020-06-28 20:52:53 -07:00
cxgb4vf_main.c cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macro 2020-09-16 17:39:00 -07:00
sge.c cxgb4vf: fix t4vf_eth_xmit()'s return type 2020-06-28 20:52:53 -07:00
t4vf_common.h cxgb4vf: configure ports accessible by the VF 2020-06-30 15:54:25 -07:00
t4vf_defs.h cxgb4vf: Update to 128 byte mailbox size for T6 adapter 2015-12-23 22:34:45 -05:00
t4vf_hw.c net: don't include ethtool.h from netdevice.h 2020-11-23 17:27:04 -08:00