From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:41:10 +0000 (-0400) Subject: mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d4a357d8f5e07868a90071f328fec73036e9628;p=linux.git mfd: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required These macros are in and will no longer be implicitly everywhere anymore. Fix it up in advance. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c index c71ae09430c5c..7d5497388a302 100644 --- a/drivers/mfd/asic3.c +++ b/drivers/mfd/asic3.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/drivers/mfd/pcf50633-irq.c b/drivers/mfd/pcf50633-irq.c index 1b0192f1efffe..048a3b903b013 100644 --- a/drivers/mfd/pcf50633-irq.c +++ b/drivers/mfd/pcf50633-irq.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include diff --git a/drivers/mfd/tmio_core.c b/drivers/mfd/tmio_core.c index eddc19ae464be..83af78c1b0ebe 100644 --- a/drivers/mfd/tmio_core.c +++ b/drivers/mfd/tmio_core.c @@ -6,6 +6,7 @@ * published by the Free Software Foundation. */ +#include #include int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base) diff --git a/drivers/mfd/twl6030-irq.c b/drivers/mfd/twl6030-irq.c index eb3b5f88e566c..b6bea428728e3 100644 --- a/drivers/mfd/twl6030-irq.c +++ b/drivers/mfd/twl6030-irq.c @@ -32,6 +32,7 @@ */ #include +#include #include #include #include