diff --git a/[refs] b/[refs] index e4f4262f9784..342b6e83d98a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84b9fac24ba168ebe5531a820d3ed63f2f3a8935 +refs/heads/master: 6f0c5bcdff5eec67a8fd5688e604ea1317fd26c8 diff --git a/trunk/drivers/staging/brcm80211/sys/wl_mac80211.c b/trunk/drivers/staging/brcm80211/sys/wl_mac80211.c index 9063677e8525..941b4a392bde 100644 --- a/trunk/drivers/staging/brcm80211/sys/wl_mac80211.c +++ b/trunk/drivers/staging/brcm80211/sys/wl_mac80211.c @@ -181,7 +181,7 @@ static struct pci_device_id wl_id_table[] = { }; MODULE_DEVICE_TABLE(pci, wl_id_table); -static void __devexit wl_remove(struct pci_dev *pdev); +static void wl_remove(struct pci_dev *pdev); #endif /* !BCMSDIO */ #ifdef BCMSDIO @@ -1441,7 +1441,7 @@ static int wl_resume(struct pci_dev *pdev) } #endif /* LINUXSTA_PS */ -static void __devexit wl_remove(struct pci_dev *pdev) +static void wl_remove(struct pci_dev *pdev) { wl_info_t *wl; struct ieee80211_hw *hw;