Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341763
b: refs/heads/master
c: c4eef18
h: refs/heads/master
i:
  341761: 34aca9e
  341759: bbd7c75
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 90dc5e1 commit 71c14a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 229b1ad1cb1a7159658f466c736bc3898dabb876
refs/heads/master: c4eef189aaef84612de3961b2681fbf794afca20
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/brocade/bna/bnad.c
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ bnad_pci_uninit(struct pci_dev *pdev)
pci_disable_device(pdev);
}

static int __devinit
static int
bnad_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *pcidev_id)
{
Expand Down Expand Up @@ -3426,7 +3426,7 @@ bnad_pci_probe(struct pci_dev *pdev,
return err;
}

static void __devexit
static void
bnad_pci_remove(struct pci_dev *pdev)
{
struct net_device *netdev = pci_get_drvdata(pdev);
Expand Down Expand Up @@ -3490,7 +3490,7 @@ static struct pci_driver bnad_pci_driver = {
.name = BNAD_NAME,
.id_table = bnad_pci_id_table,
.probe = bnad_pci_probe,
.remove = __devexit_p(bnad_pci_remove),
.remove = bnad_pci_remove,
};

static int __init
Expand Down

0 comments on commit 71c14a1

Please sign in to comment.