aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:10:49 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:10:49 +0000
commit6bc8405c6db41ff1647a500ce1ffea74ce8f3767 (patch)
treeb536e230c9f957854618290b531b5b960c4ea1ad /drivers/gpio
parentf5ac2d63a94e8df8237d5f112cc8fa3a91f49d32 (diff)
tracking-2.6.27-rc2-include-path-changes.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpiolib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index faa1cc66e9c..753a50c1ece 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -6,8 +6,7 @@
#include <linux/err.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
-#include <linux/gpio.h>
-
+#include <asm/arch/gpio.h>
/* Optional implementation infrastructure for GPIO interfaces.
*