[PATCH] gpio_direction_output-needs-an-initial-value fix
authorDavid Brownell <david-b@pacbell.net>
Sun, 18 Mar 2007 09:26:13 +0000 (01:26 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 18 Mar 2007 18:35:08 +0000 (11:35 -0700)
commitaeb3f6d10ebfd5607f4bd3920b3b730a992ab82c
tree963446feabeddb7984179c70c5d35e2ff42edb59
parentca1b940ce6495541efe76499b3de39aa5e4941ed
[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>
arch/arm/mach-sa1100/generic.c