Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307965
b: refs/heads/master
c: 680f1b5
h: refs/heads/master
i:
  307963: 3a01582
v: v3
  • Loading branch information
Venkatraman S authored and Chris Ball committed May 17, 2012
1 parent 1702b96 commit 09e30c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: b6e0703bbf0121cd6440277a0604d860f5734b2c
refs/heads/master: 680f1b5b216af1ae051bdf237e3ea47ba9124876
14 changes: 1 addition & 13 deletions trunk/drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1614,19 +1614,7 @@ static struct platform_driver mmc_omap_driver = {
},
};

static int __init mmc_omap_init(void)
{
return platform_driver_register(&mmc_omap_driver);
}

static void __exit mmc_omap_exit(void)
{
platform_driver_unregister(&mmc_omap_driver);
}

module_init(mmc_omap_init);
module_exit(mmc_omap_exit);

module_platform_driver(mmc_omap_driver);
MODULE_DESCRIPTION("OMAP Multimedia Card driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" DRIVER_NAME);
Expand Down

0 comments on commit 09e30c5

Please sign in to comment.