projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd1631c
)
igb: Cleanups to remove unneeded extern declaration
author
Carolyn Wyborny
<
[email protected]
>
Fri, 11 Apr 2014 01:47:19 +0000
(
01:47
+0000)
committer
Jeff Kirsher
<
[email protected]
>
Fri, 25 Apr 2014 00:41:16 +0000
(17:41 -0700)
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]
>
drivers/net/ethernet/intel/igb/igb_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/igb/igb_main.c
b/drivers/net/ethernet/intel/igb/igb_main.c
index d27097b88de57bb22197a8c9b5ae4f853b68d156..5e8c5cc3abc6391986999a97181bf279ed36099a 100644
(file)
--- a/
drivers/net/ethernet/intel/igb/igb_main.c
+++ b/
drivers/net/ethernet/intel/igb/igb_main.c
@@
-114,7
+114,6
@@
static const struct pci_device_id igb_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, igb_pci_tbl);
-void igb_reset(struct igb_adapter *);
static int igb_setup_all_tx_resources(struct igb_adapter *);
static int igb_setup_all_rx_resources(struct igb_adapter *);
static void igb_free_all_tx_resources(struct igb_adapter *);