Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340522
b: refs/heads/master
c: 680d866
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Oct 31, 2012
1 parent 9e8e644 commit 6a8d07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: bbd9f9ee69242f23c6063f0102bbb98f5bd23521
refs/heads/master: 680d86699d17622bf2dd1bdd9f6d2520af1b142d
13 changes: 1 addition & 12 deletions trunk/drivers/net/ethernet/qlogic/qla3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3953,15 +3953,4 @@ static struct pci_driver ql3xxx_driver = {
.remove = __devexit_p(ql3xxx_remove),
};

static int __init ql3xxx_init_module(void)
{
return pci_register_driver(&ql3xxx_driver);
}

static void __exit ql3xxx_exit(void)
{
pci_unregister_driver(&ql3xxx_driver);
}

module_init(ql3xxx_init_module);
module_exit(ql3xxx_exit);
module_pci_driver(ql3xxx_driver);

0 comments on commit 6a8d07d

Please sign in to comment.