commit | 66506f761772c87fd4ff31b94b298888d5d58d77 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Aug 15 10:28:18 2011 +0800 |
committer | Chris Ball <cjb@laptop.org> | Sun Aug 28 14:10:00 2011 -0400 |
tree | 829b82c89cc767171110efbd92947aeb47c9264a | |
parent | fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c [diff] |
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>