Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
This commit is contained in:
@@ -2013,7 +2013,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);
|
||||
return platform_driver_probe(&omap_hsmmc_driver, omap_hsmmc_probe);
|
||||
}
|
||||
|
||||
static void __exit omap_hsmmc_cleanup(void)
|
||||
|
Reference in New Issue
Block a user