summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/bus.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 16:42:00 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:32:06 (GMT)
commit3ef77af154b03776c6c662c68c6332719e9eecac (patch)
tree1b8f67baef47641e890fc9587414cd30bec7717f /drivers/mmc/core/bus.c
parent96547f5d8b7cb0ded9c0333b43ce8271da5f3a42 (diff)
downloadlinux-3ef77af154b03776c6c662c68c6332719e9eecac.tar.xz
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/bus.c')
-rw-r--r--drivers/mmc/core/bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bus.c
index 46b6e84..9443e8e 100644
--- a/drivers/mmc/core/bus.c
+++ b/drivers/mmc/core/bus.c
@@ -11,6 +11,7 @@
* MMC card bus driver model
*/
+#include <linux/export.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/slab.h>