diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 18:42:00 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:06 +0100 |
commit | 3ef77af154b03776c6c662c68c6332719e9eecac (patch) | |
tree | 1b8f67baef47641e890fc9587414cd30bec7717f /drivers/mmc/core/sdio_bus.c | |
parent | mmc: Add module.h to drivers/mmc users assuming implicit presence. (diff) | |
download | linux-3ef77af154b03776c6c662c68c6332719e9eecac.tar.xz linux-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/sdio_bus.c')
-rw-r--r-- | drivers/mmc/core/sdio_bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index c643b2f78bf1..40989e6bb53a 100644 --- a/drivers/mmc/core/sdio_bus.c +++ b/drivers/mmc/core/sdio_bus.c @@ -13,6 +13,7 @@ #include <linux/device.h> #include <linux/err.h> +#include <linux/export.h> #include <linux/slab.h> #include <linux/pm_runtime.h> |