Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220015
b: refs/heads/master
c: 6f0c5bc
h: refs/heads/master
i:
  220013: 58dd84b
  220011: 5e891f3
  220007: fc719af
  219999: 79be604
v: v3
  • Loading branch information
Brett Rudley authored and Greg Kroah-Hartman committed Sep 30, 2010
1 parent 2b074ed commit e95e801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84b9fac24ba168ebe5531a820d3ed63f2f3a8935
refs/heads/master: 6f0c5bcdff5eec67a8fd5688e604ea1317fd26c8
4 changes: 2 additions & 2 deletions trunk/drivers/staging/brcm80211/sys/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e95e801

Please sign in to comment.