Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316833
b: refs/heads/master
c: 17ccafc
h: refs/heads/master
i:
  316831: 799d61e
v: v3
  • Loading branch information
Venkatraman S authored and James Bottomley committed Jul 20, 2012
1 parent 4dae8a8 commit 642c3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 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: 3bd4dc9bdd4eeeb5da44c669e6169373e05afb3b
refs/heads/master: 17ccafc4ef00716d022cac9ff64cef0aafe7c02a
19 changes: 1 addition & 18 deletions trunk/drivers/scsi/ufs/ufshcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1953,24 +1953,7 @@ static struct pci_driver ufshcd_pci_driver = {
#endif
};

/**
* ufshcd_init - Driver registration routine
*/
static int __init ufshcd_init(void)
{
return pci_register_driver(&ufshcd_pci_driver);
}
module_init(ufshcd_init);

/**
* ufshcd_exit - Driver exit clean-up routine
*/
static void __exit ufshcd_exit(void)
{
pci_unregister_driver(&ufshcd_pci_driver);
}
module_exit(ufshcd_exit);

module_pci_driver(ufshcd_pci_driver);

MODULE_AUTHOR("Santosh Yaragnavi <santosh.sy@samsung.com>, "
"Vinayak Holikatti <h.vinayak@samsung.com>");
Expand Down

0 comments on commit 642c3b5

Please sign in to comment.