diff options
author | Felipe Balbi <balbi@ti.com> | 2011-10-06 13:05:25 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-11 16:01:19 +0300 |
commit | f79f890c9ccd8d10f7e5e2f7c590b0c2e854bfb6 (patch) | |
tree | 0214ae98ed73920c6b0b843803f0cc75039ed138 /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | 4b32a2c9a636eaab69c797d9ebc7e086a6bd2fb7 (diff) | |
download | blackbird-op-linux-f79f890c9ccd8d10f7e5e2f7c590b0c2e854bfb6.tar.gz blackbird-op-linux-f79f890c9ccd8d10f7e5e2f7c590b0c2e854bfb6.zip |
wl12xx: drop unneeded plat_dev
now that useless plat_dev is unnecessary,
we can remove it.
Signed-off-by: Felipe Balbi <balbi@ti.com>
[forward ported and fixed sysfs file creation]
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index d2028939eee5..158714a1092f 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h @@ -355,7 +355,6 @@ struct wl1271_link { }; struct wl1271 { - struct platform_device *plat_dev; struct ieee80211_hw *hw; bool mac80211_registered; |