summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlf Høgemark <alf@i100.no>2012-04-04 12:27:09 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-13 08:33:48 -0700
commit1a042a419c438247391b0943092541de662ca683 (patch)
treecfbbd8ac93bf72b89bdee2b6ba4825cd029b1694
parent95e465deb2cf36f1ebc48df3e061a34e7b9a9b1a (diff)
mmc: sdhci-dove: Fix compile error by including module.h
commit 8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84 upstream. This patch fixes a compile error in drivers/mmc/host/sdhci-dove.c by including the linux/module.h file. Signed-off-by: Alf Høgemark <alf@i100.no> Signed-off-by: Chris Ball <cjb@laptop.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/mmc/host/sdhci-dove.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c
index a81312c91f70..31acb7064233 100644
--- a/drivers/mmc/host/sdhci-dove.c
+++ b/drivers/mmc/host/sdhci-dove.c
@@ -20,6 +20,7 @@
*/
#include <linux/io.h>
+#include <linux/module.h>
#include <linux/mmc/host.h>
#include "sdhci-pltfm.h"