Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317866
b: refs/heads/master
c: 8e4763f
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 12, 2012
1 parent f765aec commit 73036f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 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: fd67859d380b4c2af160d4aa3d8041bf63d7bd36
refs/heads/master: 8e4763f67fe7279822c131bde4eadf5f7e456b2c
27 changes: 1 addition & 26 deletions trunk/drivers/staging/sep/sep_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4492,30 +4492,5 @@ static struct pci_driver sep_pci_driver = {
.remove = sep_remove
};

/**
* sep_init - init function
*
* Module load time. Register the PCI device driver.
*/

static int __init sep_init(void)
{
return pci_register_driver(&sep_pci_driver);
}


/**
* sep_exit - called to unload driver
*
* Unregister the driver The device will perform all the cleanup required.
*/
static void __exit sep_exit(void)
{
pci_unregister_driver(&sep_pci_driver);
}


module_init(sep_init);
module_exit(sep_exit);

module_pci_driver(sep_pci_driver);
MODULE_LICENSE("GPL");

0 comments on commit 73036f7

Please sign in to comment.