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-Tag: v3.1-rc6~15^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66506f761772c87fd4ff31b94b298888d5d58d77;p=pandora-kernel.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 --- Reading git-diff-tree failed