e1000: make e1000_dump_eeprom() static
This patch makes the needlessly global e1000_dump_eeprom() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5cfe33d66c
commit
b4ea895dd8
|
@ -853,7 +853,7 @@ e1000_reset(struct e1000_adapter *adapter)
|
||||||
/**
|
/**
|
||||||
* Dump the eeprom for users having checksum issues
|
* Dump the eeprom for users having checksum issues
|
||||||
**/
|
**/
|
||||||
void e1000_dump_eeprom(struct e1000_adapter *adapter)
|
static void e1000_dump_eeprom(struct e1000_adapter *adapter)
|
||||||
{
|
{
|
||||||
struct net_device *netdev = adapter->netdev;
|
struct net_device *netdev = adapter->netdev;
|
||||||
struct ethtool_eeprom eeprom;
|
struct ethtool_eeprom eeprom;
|
||||||
|
|
Loading…
Reference in New Issue