staging/wilc1000: move wilc_wlan_inp_t into struct wilc
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:04:59 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commit4bd7baf04de9ce5f8117da30d5ee2368f3c41b3e
tree3190efa4ee16cfe1f424b1a74393b35e4360f9ba
parent25ad41cb25142a8b50164ce7b4b9565173f3d48f
staging/wilc1000: move wilc_wlan_inp_t into struct wilc

wilc_wlan_inp_t is an unnecessary indirection and requires linux_wlan.c
to have knowledge of the specific sdio and spi front-ends. This
removes the structure and places io_type directly inside the struct wilc.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_netdevice.h
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h