diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 15:15:51 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-10-26 16:32:19 -0400 |
commit | 88b47679746b81534002bcba42da97ab82b5d12a (patch) | |
tree | 20f8d7766e48d6b9c3c825d4c72e1b4deff70c5a /drivers/mmc/host/sdhci-pxav3.c | |
parent | 3f102ae926c01bccc9520a62cff833fde889ed6a (diff) |
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-pxav3.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pxav3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index fc7e4a515629..cff4ad3e7a59 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/platform_data/pxa_sdhci.h> | 27 | #include <linux/platform_data/pxa_sdhci.h> |
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
30 | #include <linux/module.h> | ||
30 | #include "sdhci.h" | 31 | #include "sdhci.h" |
31 | #include "sdhci-pltfm.h" | 32 | #include "sdhci-pltfm.h" |
32 | 33 | ||