[PATCH 04/10] Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25.

From: Greg Kroah-Hartman
Date: Wed Jan 28 2009 - 18:30:40 EST


From: Arve HjÃnnevÃg <arve@xxxxxxxxxxx>

Reported-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Cc: Mike Lockwood <lockwood@xxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
drivers/staging/android/timed_gpio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c
index bea68c9..b41b20e 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"

--
1.6.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/