wifi: zd1211rw: remove redundant decls
authorTom Rix <trix@redhat.com>
Sat, 4 Feb 2023 20:09:02 +0000 (12:09 -0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Feb 2023 17:25:47 +0000 (19:25 +0200)
building with W=2 has these errors
redundant redeclaration of ‘zd_rf_generic_patch_6m’ [-Werror=redundant-decls]
redundant redeclaration of ‘zd_rf_patch_6m_band_edge’ [-Werror=redundant-decls]

Remove the second decls.

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230204200902.1709343-1-trix@redhat.com
drivers/net/wireless/zydas/zd1211rw/zd_rf.h

index 8bfec9e75125961f99c05924c0dde01f1ec7759a..9ca69df3d288dd4fc2d87e225151794e73f6efb3 100644 (file)
@@ -85,9 +85,6 @@ static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf)
        return rf->patch_cck_gain;
 }
 
-int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel);
-int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel);
-
 /* Functions for individual RF chips */
 
 int zd_rf_init_rf2959(struct zd_rf *rf);