aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/pcf50633-irq.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/pcf50633-irq.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/pcf50633-irq.c')
-rw-r--r--drivers/mfd/pcf50633-irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/pcf50633-irq.c b/drivers/mfd/pcf50633-irq.c
index 1b0192f1efff..048a3b903b01 100644
--- a/drivers/mfd/pcf50633-irq.c
+++ b/drivers/mfd/pcf50633-irq.c
@@ -15,6 +15,7 @@
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/mutex.h>
+#include <linux/export.h>
#include <linux/slab.h>
#include <linux/mfd/pcf50633/core.h>