Browse Source

pinctrl: EXPORT_SYMBOL needs export.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Stephen Rothwell 13 years ago
parent
commit
a5a697cdef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/pinctrl/core.c

+ 1 - 0
drivers/pinctrl/core.c

@@ -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>