]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pinctrl: EXPORT_SYMBOL needs export.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Sep 2011 04:39:04 +0000 (14:39 +1000)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:21 +0000 (19:32 -0400)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/pinctrl/core.c

index 423522d87313b583620ddbad5d85272793e0e794..eadef9e191ea59d5f59b9453894a1d3d1824b4bf 100644 (file)
@@ -12,6 +12,7 @@
 #define pr_fmt(fmt) "pinctrl core: " fmt
 
 #include <linux/kernel.h>
+#include <linux/export.h>
 #include <linux/init.h>
 #include <linux/device.h>
 #include <linux/slab.h>