From: Ricardo Martins Date: Sun, 10 May 2009 23:15:08 +0000 (+0100) Subject: [ARM] 5513/1: Eurotech VIPER SBC: fix compilation error X-Git-Tag: v2.6.30-rc7~16^2~6 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=776abac81764847338a6a02c34609d4b8dfb4918;p=~shefty%2Frdma-dev.git [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 Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c index 0e65344e9f5..dd031cc4184 100644 --- a/arch/arm/mach-pxa/viper.c +++ b/arch/arm/mach-pxa/viper.c @@ -46,6 +46,7 @@ #include #include #include +#include #include #include