Merge branch 'wl12xx-next' into for-linville
[cascardo/linux.git] / drivers / net / wireless / ti / wlcore / wlcore.h
index 118208a..ebd8c6f 100644 (file)
@@ -469,8 +469,8 @@ struct wl1271 {
        u32 num_channels;
 };
 
-int __devinit wlcore_probe(struct wl1271 *wl, struct platform_device *pdev);
-int __devexit wlcore_remove(struct platform_device *pdev);
+int wlcore_probe(struct wl1271 *wl, struct platform_device *pdev);
+int wlcore_remove(struct platform_device *pdev);
 struct ieee80211_hw *wlcore_alloc_hw(size_t priv_size, u32 aggr_buf_size,
                                     u32 mbox_size);
 int wlcore_free_hw(struct wl1271 *wl);