]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf94cf3faf28121745bdc34b35157699c801a7465
treecbde6a878c45976c9306a23bacd7ecd5b0406673
parenta05e7c19fb688296aa83d69734297b14d6263c11
[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