Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25.
authorArve Hjønnevåg <arve@android.com>
Fri, 9 Jan 2009 00:48:46 +0000 (16:48 -0800)
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>
Wed, 28 Jan 2009 23:49:05 +0000 (15:49 -0800)
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Mike Lockwood <lockwood@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/android/timed_gpio.c

index bea68c9fc942ec4f63281f19bc72081671ab79da..b41b20e34628e69b2f4731a94c0c846e1be179bb 100644 (file)
@@ -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"