aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/generic.c
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2007-03-18 01:26:13 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-18 11:35:08 -0700
commitaeb3f6d10ebfd5607f4bd3920b3b730a992ab82c (patch)
tree963446feabeddb7984179c70c5d35e2ff42edb59 /arch/arm/mach-sa1100/generic.c
parent[PATCH] i386: trust the PM-Timer calibration of the local APIC timer (diff)
downloadlinux-dev-aeb3f6d10ebfd5607f4bd3920b3b730a992ab82c.tar.xz
linux-dev-aeb3f6d10ebfd5607f4bd3920b3b730a992ab82c.zip
[PATCH] gpio_direction_output-needs-an-initial-value fix
Build fix: sa1100/generic.c should already have included <asm/gpio.h>, but it didn't ... causing a build problem with a recent patch. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-sa1100/generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c
index edc349e5fcf7..9e13c8358ea7 100644
--- a/arch/arm/mach-sa1100/generic.c
+++ b/arch/arm/mach-sa1100/generic.c
@@ -27,6 +27,7 @@
#include <asm/mach/map.h>
#include <asm/mach/flash.h>
#include <asm/irq.h>
+#include <asm/gpio.h>
#include "generic.h"