Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336271
b: refs/heads/master
c: 49480cf
h: refs/heads/master
i:
  336269: 0feb3c2
  336267: e569b3d
  336263: 2e0ed14
  336255: 0b2052c
v: v3
  • Loading branch information
Andy Shevchenko authored and Chris Ball committed Dec 6, 2012
1 parent c40d816 commit 1808173
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4c4f87fb751d20ee2cd530861de38af62f6161d4
refs/heads/master: 49480cf2c29ffd2b6cb5213eaf8995bd1e16a345
14 changes: 2 additions & 12 deletions trunk/drivers/mmc/host/dw_mmc-pltfm.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ static const struct of_device_id dw_mci_pltfm_match[] = {
MODULE_DEVICE_TABLE(of, dw_mci_pltfm_match);

static struct platform_driver dw_mci_pltfm_driver = {
.probe = dw_mci_pltfm_probe,
.remove = __devexit_p(dw_mci_pltfm_remove),
.driver = {
.name = "dw_mmc",
Expand All @@ -127,18 +128,7 @@ static struct platform_driver dw_mci_pltfm_driver = {
},
};

static int __init dw_mci_init(void)
{
return platform_driver_probe(&dw_mci_pltfm_driver, dw_mci_pltfm_probe);
}

static void __exit dw_mci_exit(void)
{
platform_driver_unregister(&dw_mci_pltfm_driver);
}

module_init(dw_mci_init);
module_exit(dw_mci_exit);
module_platform_driver(dw_mci_pltfm_driver);

MODULE_DESCRIPTION("DW Multimedia Card Interface driver");
MODULE_AUTHOR("NXP Semiconductor VietNam");
Expand Down

0 comments on commit 1808173

Please sign in to comment.