summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-11-18 02:53:52 +0100
committerPaul Mundt <lethal@linux-sh.org>2009-11-18 02:53:52 +0100
commit260af56271f79da0e37faa5a99b1786b221297e5 (patch)
treed76a2609f940b88083314d5f9131c73115bd4dcb /drivers/mmc
parentsh: dma: Kill off bogus dma_sysclass symbol export. (diff)
parentsh: Fixup last users of irq_chip->typename (diff)
downloadlinux-260af56271f79da0e37faa5a99b1786b221297e5.tar.xz
linux-260af56271f79da0e37faa5a99b1786b221297e5.zip
Merge branch 'sh/stable-updates'
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/omap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c
index e7a331de5733..b8fd7af1ceeb 100644
--- a/drivers/mmc/host/omap.c
+++ b/drivers/mmc/host/omap.c
@@ -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);