]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/mmc/host/omap_hsmmc.c
Merge branch '7xx-iosplit-plat' with omap-fixes
[linux-beck.git] / drivers / mmc / host / omap_hsmmc.c
index c8f3e0245f1d0f519b6819768362a6abca5648b6..4b232251890904d2c4014a1c5b8e8fce2b325c07 100644 (file)
@@ -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)