staging: wilc1000: remove argument hif_drv
authorGlen Lee <glen.lee@atmel.com>
Mon, 21 Dec 2015 05:18:40 +0000 (14:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:21:09 +0000 (13:21 -0800)
commitfbf5379bfc2511acadb90e672badb827667a8ec8
tree204519d636614dafb4c6974247429de61e7bac53
parentcf60106bfc2fa17d6f1346991e74af92b8f53055
staging: wilc1000: remove argument hif_drv

In previous patch we add new argument vif which has hif_drv in it's member.
Therefore, no need to pass hif_drv in those functions. Remove argument
struct host_if_drv and use hif_drv of vif.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c