summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/gpio.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-11 08:59:21 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-11 08:59:21 +0200
commitcf206bffbb7542df54043fad9898113172af99d8 (patch)
treec7e7ca9a93443b888f98a0c07e74751a1aa3c947 /arch/arm/mach-sa1100/gpio.c
parentsched_clock: delay using sched_clock() (diff)
parentMerge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... (diff)
downloadlinux-cf206bffbb7542df54043fad9898113172af99d8.tar.xz
linux-cf206bffbb7542df54043fad9898113172af99d8.zip
Merge branch 'linus' into sched/clock
Diffstat (limited to 'arch/arm/mach-sa1100/gpio.c')
-rw-r--r--arch/arm/mach-sa1100/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/gpio.c b/arch/arm/mach-sa1100/gpio.c
index 372f1f4f54a1..0d3829a8c2c1 100644
--- a/arch/arm/mach-sa1100/gpio.c
+++ b/arch/arm/mach-sa1100/gpio.c
@@ -12,7 +12,7 @@
#include <linux/module.h>
#include <asm/gpio.h>
-#include <asm/hardware.h>
+#include <mach/hardware.h>
#include "generic.h"
static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset)