summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-10-01 10:03:38 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-02 12:59:52 +0300
commita17e2ec1ef681ccbc8eab4d435a227445a539488 (patch)
treed10c3bd71ace32763f4c7e421d7722bb50d7737c /include/linux/workqueue.h
parent46ca80cd16f650c480cde3cdf3c68c6eb1a12f58 (diff)
downloadlinux-a17e2ec1ef681ccbc8eab4d435a227445a539488.tar.xz
staging: wilc1000: remove function pointer wlan_cleanup
This patch removes function pointer wlan_cleanup and just call the function wilc_wlan_cleanup. Remove static from the function also. After changing function pointer wlan_cleanup with wilc_wlan_cleanup, the define wilc_wlan_deinit will be like folowing. -define wilc_wlan_deinit(nic) { wilc_wlan_cleanup(); } The define is unnecessary so just call wilc_wlan_cleanup instead of wilc_wlan_deinit() and remove the define also. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions