summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-dove.c
diff options
context:
space:
mode:
authorAlf Høgemark2012-04-04 18:27:09 +0200
committerChris Ball2012-04-06 02:32:33 +0200
commit8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84 (patch)
tree01be204632c22131bdb2ad1cc79561dde28804ec /drivers/mmc/host/sdhci-dove.c
parentmmc: Prevent 1.8V switch for SD hosts that don't support UHS modes. (diff)
downloadkernel-qcow2-linux-8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84.tar.gz
kernel-qcow2-linux-8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84.tar.xz
kernel-qcow2-linux-8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84.zip
mmc: sdhci-dove: Fix compile error by including module.h
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> Cc: <stable@vger.kernel.org> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-dove.c')
-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 46fd1fd1b605..177f697b5835 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"