staging: wilc1000: remove function pointer os_wait
authorGlen Lee <glen.lee@atmel.com>
Thu, 24 Sep 2015 09:15:05 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:39:59 +0000 (02:39 +0200)
commitb002e20d53c80b4071b267e1be776bfccf9676de
tree530c12f3e66a2ed0f66a36551cedc5eb68a936ad
parentd2bfac009ca2ea75befe5adde9ba8fd46e409c91
staging: wilc1000: remove function pointer os_wait

This patch removes function pointer os_wait which is pointer of
linux_wlan_lock_timeout and just call the real name function directly.
Remove also static from linux_wlan_lock_timeout declaration.
As os_wait is deleted, structure wilc_wlan_os_func_t is useless. Delete
wilc_wlan_os_func_t, os_func and it's related codes.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_sdio.c
drivers/staging/wilc1000/wilc_wfi_netdevice.h
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h
This page took 0.02471 seconds and 5 git commands to generate.