Skip to content

Commit be28b63

Browse files
Carolyn WybornyJeff Kirsher
authored andcommitted
igb: Cleanups to remove unneeded extern declaration
This patch fixes WARNING:AVOID_EXTERNS found by checkpatch file check. Signed-off-by: Carolyn Wyborny <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent cd1631c commit be28b63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/intel/igb/igb_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ static const struct pci_device_id igb_pci_tbl[] = {
114114

115115
MODULE_DEVICE_TABLE(pci, igb_pci_tbl);
116116

117-
void igb_reset(struct igb_adapter *);
118117
static int igb_setup_all_tx_resources(struct igb_adapter *);
119118
static int igb_setup_all_rx_resources(struct igb_adapter *);
120119
static void igb_free_all_tx_resources(struct igb_adapter *);

0 commit comments

Comments
 (0)