[ARM] 5513/1: Eurotech VIPER SBC: fix compilation error
authorRicardo Martins <rasm@fe.up.pt>
Sun, 10 May 2009 23:15:08 +0000 (00:15 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 16 May 2009 18:55:56 +0000 (19:55 +0100)
commit776abac81764847338a6a02c34609d4b8dfb4918
treecbde6a878c45976c9306a23bacd7ecd5b0406673
parentff05c0330b9880f9ccbb7fa40f2ed3b5842f5693
[ARM] 5513/1: Eurotech VIPER SBC: fix compilation error

Compilation for this board yields the following errors:

arch/arm/mach-pxa/viper.c:511: error: 'FFUART' undeclared here (not in a function)
arch/arm/mach-pxa/viper.c:520: error: 'BTUART' undeclared here (not in a function)
arch/arm/mach-pxa/viper.c:529: error: 'STUART' undeclared here (not in a function)

Fix them by including the necessary header.

Signed-off-by: Ricardo Martins <rasm@fe.up.pt>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/viper.c