aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tmio_core.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 12:41:10 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:05 -0400
commit5d4a357d8f5e07868a90071f328fec73036e9628 (patch)
tree7ed8a3bb4ab6f4999ccc86487f6f383239e348e9 /drivers/mfd/tmio_core.c
parentmfd: Add module.h to the implicit drivers/mfd users (diff)
downloadlinux-dev-5d4a357d8f5e07868a90071f328fec73036e9628.tar.xz
linux-dev-5d4a357d8f5e07868a90071f328fec73036e9628.zip
mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
These macros are in <linux/export.h> and will no longer be implicitly everywhere anymore. Fix it up in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/mfd/tmio_core.c')
-rw-r--r--drivers/mfd/tmio_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tmio_core.c b/drivers/mfd/tmio_core.c
index eddc19ae464b..83af78c1b0eb 100644
--- a/drivers/mfd/tmio_core.c
+++ b/drivers/mfd/tmio_core.c
@@ -6,6 +6,7 @@
* published by the Free Software Foundation.
*/
+#include <linux/export.h>
#include <linux/mfd/tmio.h>
int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base)