linux_dsm_epyc7002/drivers/net/ethernet/broadcom/bnx2x
David S. Miller 682d7978ae Networking: Remove __dev* markings from the networking drivers
This is a series of patches that remove the dev* attributes for all
 networking drivers, with the exception of wireless drivers, those are in
 a different branch.
 
 Use of __devinit, __devexit_p, __devinitdata, __devinitconst, and
 __devexit are no longer needed since CONFIG_HOTPLUG is being removed as
 an option.
 
 Note, there are some devinit compiler section mismatch warnings due to
 this series, but they are fixed up when merged with my driver-next
 branch, which fixes the PCI device id warnings, and removes the modpost
 detection, as it's no longer needed.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (GNU/Linux)
 
 iEYEABECAAYFAlC9COEACgkQMUfUDdst+ykOEgCeKZsrtKrbjMFM5jEROqnk33FI
 SwEAoMSZWFJ7M1/27FGRkylmmypWXi/p
 =HH3A
 -----END PGP SIGNATURE-----

Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next

Networking:  Remove __dev* markings from the networking drivers

This is a series of patches that remove the dev* attributes for all
networking drivers, with the exception of wireless drivers, those are in
a different branch.

Use of __devinit, __devexit_p, __devinitdata, __devinitconst, and
__devexit are no longer needed since CONFIG_HOTPLUG is being removed as
an option.

Note, there are some devinit compiler section mismatch warnings due to
this series, but they are fixed up when merged with my driver-next
branch, which fixes the PCI device id warnings, and removes the modpost
detection, as it's no longer needed.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-03 15:35:28 -05:00
..
bnx2x_cmn.c bnx2x: remove __dev* attributes 2012-12-03 11:17:07 -08:00
bnx2x_cmn.h bnx2x: remove __dev* attributes 2012-12-03 11:17:07 -08:00
bnx2x_dcb.c bnx2x: Correct PFC disablement 2012-12-02 20:23:01 -05:00
bnx2x_dcb.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_dump.h bnx2x: fix registers dumped 2012-09-13 16:37:52 -04:00
bnx2x_ethtool.c bnx2x: Correct advertised speed/duplex 2012-12-02 20:22:59 -05:00
bnx2x_fw_defs.h bnx2x,cnic: use FW 7.8.2 2012-10-01 16:43:17 -04:00
bnx2x_fw_file_hdr.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_hsi.h bnx2x: nvram enables dropless flow control 2012-12-02 20:22:59 -05:00
bnx2x_init_ops.h bnx2x: Support loading cnic resources at run-time 2012-11-07 18:57:19 -05:00
bnx2x_init.h bnx2x,cnic: use FW 7.8.2 2012-10-01 16:43:17 -04:00
bnx2x_link.c bnx2x: Change duplex setting in EEE function 2012-11-28 10:59:22 -05:00
bnx2x_link.h bnx2x: Cosmetic changes 2012-11-28 10:59:22 -05:00
bnx2x_main.c Networking: Remove __dev* markings from the networking drivers 2012-12-03 15:35:28 -05:00
bnx2x_mfw_req.h bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities advertisement 2012-06-27 01:20:13 -07:00
bnx2x_reg.h bnx2x: recognize fan failure 2012-12-03 13:46:43 -05:00
bnx2x_sp.c bnx2x: Support loading cnic resources at run-time 2012-11-07 18:57:19 -05:00
bnx2x_sp.h bnx2x: Support loading cnic resources at run-time 2012-11-07 18:57:19 -05:00
bnx2x_stats.c bnx2x: Filter packets on FCoE rings 2012-12-02 20:22:59 -05:00
bnx2x_stats.h bnx2x: Filter packets on FCoE rings 2012-12-02 20:22:59 -05:00
bnx2x.h bnx2x: Handle a rarely missed interrupt 2012-12-02 20:23:00 -05:00
Makefile