Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332817
b: refs/heads/master
c: acc6964
h: refs/heads/master
i:
  332815: e3e63f3
v: v3
  • Loading branch information
Sachin Kamat authored and Chris Ball committed Sep 4, 2012
1 parent 9428e56 commit a664d17
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: 6f478825158cbfa76bb976e7c9841456b9721a14
refs/heads/master: acc696463d1aa8db0c9d20f567789e0cb2ae1de0
19 changes: 1 addition & 18 deletions trunk/drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1476,24 +1476,7 @@ static struct pci_driver sdhci_driver = {
},
};

/*****************************************************************************\
* *
* Driver init/exit *
* *
\*****************************************************************************/

static int __init sdhci_drv_init(void)
{
return pci_register_driver(&sdhci_driver);
}

static void __exit sdhci_drv_exit(void)
{
pci_unregister_driver(&sdhci_driver);
}

module_init(sdhci_drv_init);
module_exit(sdhci_drv_exit);
module_pci_driver(sdhci_driver);

MODULE_AUTHOR("Pierre Ossman <pierre@ossman.eu>");
MODULE_DESCRIPTION("Secure Digital Host Controller Interface PCI driver");
Expand Down

0 comments on commit a664d17

Please sign in to comment.