]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Add export.h to /home/paul/git/module.h/linux-2.6.git/arch/arm/plat-iop/gpio.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 20:17:30 +0000 (16:17 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 20:17:30 +0000 (16:17 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/arm/plat-iop/gpio.c

index 640e498c12efcc1c1bd6a5234b8de0756376a46b..e4de9be78feb1c857cd22d0b2e17918fc0dda8f8 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/types.h>
 #include <linux/errno.h>
 #include <linux/gpio.h>
+#include <linux/export.h>
 #include <asm/hardware/iop3xx.h>
 
 void gpio_line_config(int line, int direction)