Skip to content

Commit 68b8c55

Browse files
zhangshkdavem330
authored andcommitted
qlcnic: Remove the repeated declaration
Function 'qlcnic_82xx_hw_write_wx_2M' is declared twice, so remove the repeated declaration. Cc: Shahed Shaikh <[email protected]> Cc: Manish Chopra <[email protected]> Cc: [email protected] Signed-off-by: Shaokun Zhang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d153ef5 commit 68b8c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ int qlcnic_82xx_set_nic_info(struct qlcnic_adapter *, struct qlcnic_info *);
203203
int qlcnic_82xx_get_pci_info(struct qlcnic_adapter *, struct qlcnic_pci_info*);
204204
int qlcnic_82xx_alloc_mbx_args(struct qlcnic_cmd_args *,
205205
struct qlcnic_adapter *, u32);
206-
int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *, ulong, u32);
207206
int qlcnic_82xx_get_board_info(struct qlcnic_adapter *);
208207
int qlcnic_82xx_config_led(struct qlcnic_adapter *, u32, u32);
209208
void qlcnic_82xx_get_func_no(struct qlcnic_adapter *);

0 commit comments

Comments
 (0)