[ARM] pxa: fix tosa.c build error
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 2 Jun 2008 19:38:15 +0000 (20:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 2 Jun 2008 19:38:15 +0000 (20:38 +0100)
commit0ef2cfc0ca4625424e5b8ead6c47359c35a7a841
tree37263f0295c10bf712378ead20d89c677632c7bd
parent1e5c594607778f551b729577b046ee5d9333cfb5
[ARM] pxa: fix tosa.c build error

Work around:
arch/arm/mach-pxa/tosa.c: In function `tosa_poweroff':
arch/arm/mach-pxa/tosa.c:470: error: `GPIO_OUT' undeclared (first use in this function)
arch/arm/mach-pxa/tosa.c:470: error: (Each undeclared identifier is reported only once
arch/arm/mach-pxa/tosa.c:470: error: for each function it appears in.)

The proper fix exists in the PXA branch of my kernel git tree, which
will be pushed during the next merge window.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/tosa.c