Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338070
b: refs/heads/master
c: ea7e9f2
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent fe6b3f5 commit 6fb1b7c
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: 83f5789c1023983a564a64be671a95618ea7cc69
refs/heads/master: ea7e9f2a49aa570a08bfb211bf218c98abd6a4c2
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support. Still broken and not
static int rtl8180_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id);

static void __devexit rtl8180_pci_remove(struct pci_dev *pdev);
static void rtl8180_pci_remove(struct pci_dev *pdev);

static void rtl8180_shutdown(struct pci_dev *pdev)
{
Expand Down Expand Up @@ -3288,7 +3288,7 @@ static int rtl8180_pci_probe(struct pci_dev *pdev,
return ret;
}

static void __devexit rtl8180_pci_remove(struct pci_dev *pdev)
static void rtl8180_pci_remove(struct pci_dev *pdev)
{
struct r8180_priv *priv;
struct net_device *dev = pci_get_drvdata(pdev);
Expand Down

0 comments on commit 6fb1b7c

Please sign in to comment.