]> www.infradead.org Git - users/willy/xarray.git/commitdiff
qlcnic: Remove the repeated declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Tue, 1 Jun 2021 06:57:58 +0000 (14:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Jun 2021 22:25:46 +0000 (15:25 -0700)
Function 'qlcnic_82xx_hw_write_wx_2M' is declared twice, so remove the
repeated declaration.

Cc: Shahed Shaikh <shshaikh@marvell.com>
Cc: Manish Chopra <manishc@marvell.com>
Cc: GR-Linux-NIC-Dev@marvell.com
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h

index 601d22495a881db88769e9e5dd3d1b80355ea9c4..95ecc84dddcd154baca5d7053dbae7178fe6b33f 100644 (file)
@@ -203,7 +203,6 @@ int qlcnic_82xx_set_nic_info(struct qlcnic_adapter *, struct qlcnic_info *);
 int qlcnic_82xx_get_pci_info(struct qlcnic_adapter *, struct qlcnic_pci_info*);
 int qlcnic_82xx_alloc_mbx_args(struct qlcnic_cmd_args *,
                               struct qlcnic_adapter *, u32);
-int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *, ulong, u32);
 int qlcnic_82xx_get_board_info(struct qlcnic_adapter *);
 int qlcnic_82xx_config_led(struct qlcnic_adapter *, u32, u32);
 void qlcnic_82xx_get_func_no(struct qlcnic_adapter *);