aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 15:15:51 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:06 -0400
commit96547f5d8b7cb0ded9c0333b43ce8271da5f3a42 (patch)
treef65fe741ed20d6fd722fe076fa09ff37869ee015 /drivers/mmc/host
parentmfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required (diff)
downloadlinux-dev-96547f5d8b7cb0ded9c0333b43ce8271da5f3a42.tar.xz
linux-dev-96547f5d8b7cb0ded9c0333b43ce8271da5f3a42.zip
mmc: Add module.h to drivers/mmc users assuming implicit presence.
We are cleaning up the implicit presence of module.h; these guys are some of the people who just assume it will be there. Call it out explitly for those that really need it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/sdhci-tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c
index 067a4cded9cf..89699e861fc1 100644
--- a/drivers/mmc/host/sdhci-tegra.c
+++ b/drivers/mmc/host/sdhci-tegra.c
@@ -13,6 +13,7 @@
*/
#include <linux/err.h>
+#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/clk.h>