OSDN Git Service

staging: wilc1000: remove argument hif_drv in host_int_get_ipaddress
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 30 Dec 2015 12:15:42 +0000 (21:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:09:44 +0000 (15:09 -0800)
commitf8813d3aa26993178cc4d62e58eb74427f272c66
tree80cbd9e3b7a2de8e889960c77f35c0f8ee5a1b80
parentcb8f4e0e6d8bc1d37a50578bf0a84dd5567afa08
staging: wilc1000: remove argument hif_drv in host_int_get_ipaddress

This patch removes hif_drv argument of host_int_get_ipaddress.
There is no need to pass hif_drv in this function because hif_drv is a
member of vif. It is removed struct host_if_drv and use hif_drv of vif.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c