mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: tulip: Remove the repeated declaration
Function 'pnic2_lnk_change' is declared twice, so remove the repeated declaration. Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f1fe19c2cb
commit
90fdd89f6c
1 changed files with 0 additions and 1 deletions
|
@ -478,7 +478,6 @@ void t21142_lnk_change(struct net_device *dev, int csr5);
|
|||
void pnic2_lnk_change(struct net_device *dev, int csr5);
|
||||
void pnic2_timer(struct timer_list *t);
|
||||
void pnic2_start_nway(struct net_device *dev);
|
||||
void pnic2_lnk_change(struct net_device *dev, int csr5);
|
||||
|
||||
/* eeprom.c */
|
||||
void tulip_parse_eeprom(struct net_device *dev);
|
||||
|
|
Loading…
Add table
Reference in a new issue