Commit d0c8ff7c authored by YueHaibing's avatar YueHaibing Committed by Kalle Valo

wlcore: Remove unused function no_write_handler()

There is no caller in tree, so can remove it.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200918131305.20976-1-yuehaibing@huawei.com
parent 02686841
...@@ -122,13 +122,6 @@ static void chip_op_handler(struct wl1271 *wl, unsigned long value, ...@@ -122,13 +122,6 @@ static void chip_op_handler(struct wl1271 *wl, unsigned long value,
pm_runtime_put_autosuspend(wl->dev); 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, \ #define WL12XX_CONF_DEBUGFS(param, conf_sub_struct, \
min_val, max_val, write_handler_locked, \ min_val, max_val, write_handler_locked, \
write_handler_arg) \ write_handler_arg) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment