Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317868
b: refs/heads/master
c: 1cdb9c7
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent ed31511 commit cfd5e7d
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: 89812b1f5af666e531e4840e867edf86ed047db8
refs/heads/master: 1cdb9c7c1d4846e04c28dbb41c6cef3a5e5f2b56
13 changes: 1 addition & 12 deletions trunk/drivers/staging/sbe-2t3e3/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,6 @@ static struct pci_driver t3e3_pci_driver = {
.remove = t3e3_remove_card,
};

static int __init t3e3_init_module(void)
{
return pci_register_driver(&t3e3_pci_driver);
}

static void __exit t3e3_cleanup_module(void)
{
pci_unregister_driver(&t3e3_pci_driver);
}

module_init(t3e3_init_module);
module_exit(t3e3_cleanup_module);
module_pci_driver(t3e3_pci_driver);
MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(pci, t3e3_pci_tbl);

0 comments on commit cfd5e7d

Please sign in to comment.