diff options
| author | Glen Lee <glen.lee@atmel.com> | 2015-10-01 10:03:38 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-02 12:59:52 +0300 |
| commit | a17e2ec1ef681ccbc8eab4d435a227445a539488 (patch) | |
| tree | d10c3bd71ace32763f4c7e421d7722bb50d7737c /include/linux/timerqueue.h | |
| parent | 46ca80cd16f650c480cde3cdf3c68c6eb1a12f58 (diff) | |
| download | linux-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/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
