Merge branch 'pending-misc' (early part) into devel
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
#include <asm/irq.h>
|
||||
#include <asm/gpio.h>
|
||||
|
||||
#include <asm/mach/mmc.h>
|
||||
#include <mach/board.h>
|
||||
#include <mach/cpu.h>
|
||||
#include <mach/at91_mci.h>
|
||||
|
@@ -1529,6 +1529,7 @@ static int mmc_omap_remove(struct platform_device *pdev)
|
||||
host->pdata->cleanup(&pdev->dev);
|
||||
|
||||
mmc_omap_fclk_enable(host, 0);
|
||||
free_irq(host->irq, host);
|
||||
clk_put(host->fclk);
|
||||
clk_disable(host->iclk);
|
||||
clk_put(host->iclk);
|
||||
|
@@ -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