From: Shawn Guo Date: Mon, 15 Aug 2011 02:28:18 +0000 (+0800) Subject: mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=66506f761772c87fd4ff31b94b298888d5d58d77;p=linux-beck.git 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 Signed-off-by: Chris Ball --- 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 #include #include +#include #include #include #include