]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h
authorShawn Guo <shawn.guo@linaro.org>
Mon, 15 Aug 2011 02:28:18 +0000 (10:28 +0800)
committerChris Ball <cjb@laptop.org>
Sun, 28 Aug 2011 18:10:00 +0000 (14:10 -0400)
commit66506f761772c87fd4ff31b94b298888d5d58d77
tree829b82c89cc767171110efbd92947aeb47c9264a
parentfcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c
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>
drivers/mmc/host/sdhci-esdhc-imx.c