diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:15 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:15 +0000 |
commit | 70f2dc966b4e73538b9b3366fcabb809203875cf (patch) | |
tree | 5bd0e6e43f2825bbc2d5c32e5461c77fd58d7e25 | |
parent | e28920d7f991f1dff0052816a095dc1480e6da56 (diff) |
tracking-fix-android-gpio-include.patch
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r-- | drivers/android/timed_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/timed_gpio.c b/drivers/android/timed_gpio.c index d474d105de4..da6db415dda 100644 --- a/drivers/android/timed_gpio.c +++ b/drivers/android/timed_gpio.c @@ -18,7 +18,7 @@ #include <linux/platform_device.h> #include <linux/hrtimer.h> #include <linux/err.h> -#include <asm/arch/gpio.h> +#include <mach/gpio.h> #include <linux/android_timed_gpio.h> |