mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
netxen_nic: Remove the repeated declaration
Function 'netxen_rom_fast_read' is declared twice, so remove the repeated declaration. Cc: Manish Chopra <manishc@marvell.com> Cc: Rahul Verma <rahulv@marvell.com> 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
bc4f128d86
commit
807d1032e0
@ -1863,7 +1863,6 @@ static inline u32 netxen_tx_avail(struct nx_host_tx_ring *tx_ring)
|
||||
int netxen_get_flash_mac_addr(struct netxen_adapter *adapter, u64 *mac);
|
||||
int netxen_p3_get_mac_addr(struct netxen_adapter *adapter, u64 *mac);
|
||||
void netxen_change_ringparam(struct netxen_adapter *adapter);
|
||||
int netxen_rom_fast_read(struct netxen_adapter *adapter, int addr, int *valp);
|
||||
|
||||
extern const struct ethtool_ops netxen_nic_ethtool_ops;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user