OSDN Git Service

staging: wilc1000: introduce struct wilc_sdio for sdio data
authorTony Cho <tony.cho@atmel.com>
Tue, 20 Oct 2015 05:26:55 +0000 (14:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:14:35 +0000 (18:14 -0700)
commit75ce07d4a09e31a8d2c38bce95e92d12031e605a
treed13bdfa5ebe047509fe69260772314e78177eb9f
parentb46d68825c2d3af70ad18b53dfed6516e393b7fa
staging: wilc1000: introduce struct wilc_sdio for sdio data

This patch introduces struct wilc_sdio for sdio driver data. The wilc_sdio is
allocated and set as driver data when the sdio is probed and deallocated when
the sdio is removed.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan_sdio.c