diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 12:41:10 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:05 -0400 |
commit | 5d4a357d8f5e07868a90071f328fec73036e9628 (patch) | |
tree | 7ed8a3bb4ab6f4999ccc86487f6f383239e348e9 /drivers/mfd/asic3.c | |
parent | 4e36dd331423fce1f996d93b991453a1a702ca5c (diff) | |
download | talos-obmc-linux-5d4a357d8f5e07868a90071f328fec73036e9628.tar.gz talos-obmc-linux-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/asic3.c')
-rw-r--r-- | drivers/mfd/asic3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c index c71ae09430c5..7d5497388a30 100644 --- a/drivers/mfd/asic3.c +++ b/drivers/mfd/asic3.c @@ -20,6 +20,7 @@ #include <linux/delay.h> #include <linux/irq.h> #include <linux/gpio.h> +#include <linux/export.h> #include <linux/io.h> #include <linux/slab.h> #include <linux/spinlock.h> |