aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 12:42:00 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:06 -0400
commit3ef77af154b03776c6c662c68c6332719e9eecac (patch)
tree1b8f67baef47641e890fc9587414cd30bec7717f /drivers/mmc/core/mmc_ops.c
parentmmc: Add module.h to drivers/mmc users assuming implicit presence. (diff)
downloadlinux-dev-3ef77af154b03776c6c662c68c6332719e9eecac.tar.xz
linux-dev-3ef77af154b03776c6c662c68c6332719e9eecac.zip
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
These two basic defines were everywhere, simply because module.h was also everywhere. But we are cleaning up the latter. So make the exporters actually call out their need for the include. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mmc/core/mmc_ops.c')
-rw-r--r--drivers/mmc/core/mmc_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c
index 007863eea4fb..4d41fa984c93 100644
--- a/drivers/mmc/core/mmc_ops.c
+++ b/drivers/mmc/core/mmc_ops.c
@@ -10,6 +10,7 @@
*/
#include <linux/slab.h>
+#include <linux/export.h>
#include <linux/types.h>
#include <linux/scatterlist.h>