Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332818
b: refs/heads/master
c: 350e3e0
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Chris Ball committed Sep 4, 2012
1 parent a664d17 commit 0b51986
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: acc696463d1aa8db0c9d20f567789e0cb2ae1de0
refs/heads/master: 350e3e00fbebf6e01855e0096b7fd41b2479e858
13 changes: 1 addition & 12 deletions trunk/drivers/mmc/host/dw_mmc-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,7 @@ static struct pci_driver dw_mci_pci_driver = {
},
};

static int __init dw_mci_init(void)
{
return pci_register_driver(&dw_mci_pci_driver);
}

static void __exit dw_mci_exit(void)
{
pci_unregister_driver(&dw_mci_pci_driver);
}

module_init(dw_mci_init);
module_exit(dw_mci_exit);
module_pci_driver(dw_mci_pci_driver);

MODULE_DESCRIPTION("DW Multimedia Card PCI Interface driver");
MODULE_AUTHOR("Shashidhar Hiremath <shashidharh@vayavyalabs.com>");
Expand Down

0 comments on commit 0b51986

Please sign in to comment.