|
@@ -2013,7 +2013,7 @@ static struct platform_driver omap_hsmmc_driver = {
|
|
static int __init omap_hsmmc_init(void)
|
|
static int __init omap_hsmmc_init(void)
|
|
{
|
|
{
|
|
/* Register the MMC driver */
|
|
/* 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)
|
|
static void __exit omap_hsmmc_cleanup(void)
|