aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-09-18 21:13:05 +0800
committerKalle Valo <kvalo@codeaurora.org>2020-09-22 10:14:42 +0300
commitd0c8ff7c1e472df2c1427f57a6192da2e2e2c768 (patch)
treec876400cda583dc6bcb9909a810f7cb4ce631370 /drivers/net/wireless/ti
parentrtlwifi: rtl8723be: fix comparison to bool warning in hw.c (diff)
downloadlinux-dev-d0c8ff7c1e472df2c1427f57a6192da2e2e2c768.tar.xz
linux-dev-d0c8ff7c1e472df2c1427f57a6192da2e2e2c768.zip
wlcore: Remove unused function no_write_handler()
There is no caller in tree, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200918131305.20976-1-yuehaibing@huawei.com
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r--drivers/net/wireless/ti/wlcore/debugfs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/ti/wlcore/debugfs.c b/drivers/net/wireless/ti/wlcore/debugfs.c
index 48adb1876ab9..cce8d75d8b81 100644
--- a/drivers/net/wireless/ti/wlcore/debugfs.c
+++ b/drivers/net/wireless/ti/wlcore/debugfs.c
@@ -122,13 +122,6 @@ static void chip_op_handler(struct wl1271 *wl, unsigned long value,
pm_runtime_put_autosuspend(wl->dev);
}
-
-static inline void no_write_handler(struct wl1271 *wl,
- unsigned long value,
- unsigned long param)
-{
-}
-
#define WL12XX_CONF_DEBUGFS(param, conf_sub_struct, \
min_val, max_val, write_handler_locked, \
write_handler_arg) \