Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337040
b: refs/heads/master
c: 1bc7c1c
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Oct 19, 2012
1 parent 429cdd9 commit 386837e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 58b2c0ca0bd16ddefd1d981fe8748ca8083294c6
refs/heads/master: 1bc7c1c71d7f84baff254868222312bf14915128
12 changes: 1 addition & 11 deletions trunk/drivers/staging/ipack/carriers/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,17 +618,7 @@ static struct pci_driver tpci200_pci_drv = {
.remove = __devexit_p(tpci200_pci_remove),
};

static int __init tpci200_drvr_init_module(void)
{
return pci_register_driver(&tpci200_pci_drv);
}

static void __exit tpci200_drvr_exit_module(void)
{
pci_unregister_driver(&tpci200_pci_drv);
}
module_pci_driver(tpci200_pci_drv);

MODULE_DESCRIPTION("TEWS TPCI-200 device driver");
MODULE_LICENSE("GPL");
module_init(tpci200_drvr_init_module);
module_exit(tpci200_drvr_exit_module);

0 comments on commit 386837e

Please sign in to comment.