Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341772
b: refs/heads/master
c: 3bc6b06
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 4bf4c31 commit 2c117f8
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: 4f2c53ea27a8d12aaf07f61b5d13d20cadfdefd0
refs/heads/master: 3bc6b06ce06039b981333e600f79963ae5a86dba
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3761,7 +3761,7 @@ static int be_stats_init(struct be_adapter *adapter)
return 0;
}

static void __devexit be_remove(struct pci_dev *pdev)
static void be_remove(struct pci_dev *pdev)
{
struct be_adapter *adapter = pci_get_drvdata(pdev);

Expand Down Expand Up @@ -3994,7 +3994,7 @@ static inline char *func_name(struct be_adapter *adapter)
return be_physfn(adapter) ? "PF" : "VF";
}

static int __devinit be_probe(struct pci_dev *pdev,
static int be_probe(struct pci_dev *pdev,
const struct pci_device_id *pdev_id)
{
int status = 0;
Expand Down

0 comments on commit 2c117f8

Please sign in to comment.