diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/main.c')
| -rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index dadf1dbb002a..e5f5f8f39144 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
| @@ -1696,7 +1696,7 @@ static int wl12xx_setup(struct wl1271 *wl) | |||
| 1696 | return 0; | 1696 | return 0; |
| 1697 | } | 1697 | } |
| 1698 | 1698 | ||
| 1699 | static int __devinit wl12xx_probe(struct platform_device *pdev) | 1699 | static int wl12xx_probe(struct platform_device *pdev) |
| 1700 | { | 1700 | { |
| 1701 | struct wl1271 *wl; | 1701 | struct wl1271 *wl; |
| 1702 | struct ieee80211_hw *hw; | 1702 | struct ieee80211_hw *hw; |
| @@ -1725,7 +1725,7 @@ out: | |||
| 1725 | return ret; | 1725 | return ret; |
| 1726 | } | 1726 | } |
| 1727 | 1727 | ||
| 1728 | static const struct platform_device_id wl12xx_id_table[] __devinitconst = { | 1728 | static const struct platform_device_id wl12xx_id_table[] = { |
| 1729 | { "wl12xx", 0 }, | 1729 | { "wl12xx", 0 }, |
| 1730 | { } /* Terminating Entry */ | 1730 | { } /* Terminating Entry */ |
| 1731 | }; | 1731 | }; |
| @@ -1733,7 +1733,7 @@ MODULE_DEVICE_TABLE(platform, wl12xx_id_table); | |||
| 1733 | 1733 | ||
| 1734 | static struct platform_driver wl12xx_driver = { | 1734 | static struct platform_driver wl12xx_driver = { |
| 1735 | .probe = wl12xx_probe, | 1735 | .probe = wl12xx_probe, |
| 1736 | .remove = __devexit_p(wlcore_remove), | 1736 | .remove = wlcore_remove, |
| 1737 | .id_table = wl12xx_id_table, | 1737 | .id_table = wl12xx_id_table, |
| 1738 | .driver = { | 1738 | .driver = { |
| 1739 | .name = "wl12xx_driver", | 1739 | .name = "wl12xx_driver", |
