summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of-hlwd.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-03 21:15:51 +0200
committerChris Ball2011-10-26 22:32:19 +0200
commit88b47679746b81534002bcba42da97ab82b5d12a (patch)
tree20f8d7766e48d6b9c3c825d4c72e1b4deff70c5a /drivers/mmc/host/sdhci-of-hlwd.c
parentmmc: using module_param requires the inclusion of moduleparam.h (diff)
downloadkernel-qcow2-linux-88b47679746b81534002bcba42da97ab82b5d12a.tar.gz
kernel-qcow2-linux-88b47679746b81534002bcba42da97ab82b5d12a.tar.xz
kernel-qcow2-linux-88b47679746b81534002bcba42da97ab82b5d12a.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> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-of-hlwd.c')
-rw-r--r--drivers/mmc/host/sdhci-of-hlwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-of-hlwd.c b/drivers/mmc/host/sdhci-of-hlwd.c
index 735be131dca9..9b0d794a4f69 100644
--- a/drivers/mmc/host/sdhci-of-hlwd.c
+++ b/drivers/mmc/host/sdhci-of-hlwd.c
@@ -20,6 +20,7 @@
*/
#include <linux/delay.h>
+#include <linux/module.h>
#include <linux/mmc/host.h>
#include "sdhci-pltfm.h"