Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298810
b: refs/heads/master
c: b796450
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Chris Ball committed Apr 6, 2012
1 parent 819710c commit 67dd625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: efa25fd3a33275861aa74ff03a512423873a8805
refs/heads/master: b796450b4590dbaee2d31c85b04791cafacff9b4
16 changes: 1 addition & 15 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2204,21 +2204,7 @@ static struct platform_driver omap_hsmmc_driver = {
},
};

static int __init omap_hsmmc_init(void)
{
/* Register the MMC driver */
return platform_driver_register(&omap_hsmmc_driver);
}

static void __exit omap_hsmmc_cleanup(void)
{
/* Unregister MMC driver */
platform_driver_unregister(&omap_hsmmc_driver);
}

module_init(omap_hsmmc_init);
module_exit(omap_hsmmc_cleanup);

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

0 comments on commit 67dd625

Please sign in to comment.