aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2009-01-08 16:48:46 -0800
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>2009-01-28 15:49:05 -0800
commit2d0db6bf5010c26beb1ccbd4ee50991fd2c05d90 (patch)
tree9d75f2ec017de525a929b733c393375f3165d1a9 /drivers/staging/android
parentStaging: android: binder: fix arm build errors (diff)
downloadlinux-dev-2d0db6bf5010c26beb1ccbd4ee50991fd2c05d90.tar.xz
linux-dev-2d0db6bf5010c26beb1ccbd4ee50991fd2c05d90.zip
Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25.
Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Mike Lockwood <lockwood@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r--drivers/staging/android/timed_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c
index bea68c9fc942..b41b20e34628 100644
--- a/drivers/staging/android/timed_gpio.c
+++ b/drivers/staging/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 <linux/gpio.h>
#include "timed_gpio.h"