Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341809
b: refs/heads/master
c: 17abe3e
h: refs/heads/master
i:
  341807: cd22752
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Dec 3, 2012
1 parent 5721018 commit e6b9163
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: 663e12e61d8764ce342588325d1050d9cb5460c0
refs/heads/master: 17abe3e4c67bfbf20e870be9c8b4634c12f73018
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/tehuti/tehuti.c
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ static const struct net_device_ops bdx_netdev_ops = {
*/

/* TBD: netif_msg should be checked and implemented. I disable it for now */
static int __devinit
static int
bdx_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
{
struct net_device *ndev;
Expand Down Expand Up @@ -2427,7 +2427,7 @@ static void bdx_set_ethtool_ops(struct net_device *netdev)
* Hot-Plug event, or because the driver is going to be removed from
* memory.
**/
static void __devexit bdx_remove(struct pci_dev *pdev)
static void bdx_remove(struct pci_dev *pdev)
{
struct pci_nic *nic = pci_get_drvdata(pdev);
struct net_device *ndev;
Expand Down Expand Up @@ -2458,7 +2458,7 @@ static struct pci_driver bdx_pci_driver = {
.name = BDX_DRV_NAME,
.id_table = bdx_pci_tbl,
.probe = bdx_probe,
.remove = __devexit_p(bdx_remove),
.remove = bdx_remove,
};

/*
Expand Down

0 comments on commit e6b9163

Please sign in to comment.