summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
diff options
context:
space:
mode:
authorShawn Guo2011-08-15 04:28:18 +0200
committerChris Ball2011-08-28 20:10:00 +0200
commit66506f761772c87fd4ff31b94b298888d5d58d77 (patch)
tree829b82c89cc767171110efbd92947aeb47c9264a /drivers/mmc/host/sdhci-esdhc-imx.c
parentLinux 3.1-rc3 (diff)
downloadkernel-qcow2-linux-66506f761772c87fd4ff31b94b298888d5d58d77.tar.gz
kernel-qcow2-linux-66506f761772c87fd4ff31b94b298888d5d58d77.tar.xz
kernel-qcow2-linux-66506f761772c87fd4ff31b94b298888d5d58d77.zip
mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h
There are the following warnings and errorx when compiling the driver. The patch adds the missing inclusion of linux/module.h to fix them. drivers/mmc/host/sdhci-esdhc-imx.c:563:12: error: ‘THIS_MODULE’ undeclared here (not in a function) [..] Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-esdhc-imx.c')
-rw-r--r--drivers/mmc/host/sdhci-esdhc-imx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index 0e9780f5a4a9..4dc0028086a3 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -16,6 +16,7 @@
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/gpio.h>
+#include <linux/module.h>
#include <linux/slab.h>
#include <linux/mmc/host.h>
#include <linux/mmc/mmc.h>