From: Paul Gortmaker Date: Sun, 31 Jul 2011 23:47:52 +0000 (-0400) Subject: arm: add asm/vga.h to mach-footbridge/dc21285.c X-Git-Tag: next-20110803~3^2~153 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e2f896f313d49856fb1aa4cd865b6cfc36493da2;p=karo-tx-linux.git arm: add asm/vga.h to mach-footbridge/dc21285.c In order to fix this: CC arch/arm/mach-footbridge/dc21285.o arch/arm/mach-footbridge/dc21285.c: In function 'dc21285_preinit': arch/arm/mach-footbridge/dc21285.c:299: error: 'vga_base' undeclared (first use in this function) arch/arm/mach-footbridge/dc21285.c:299: error: (Each undeclared identifier is reported only once arch/arm/mach-footbridge/dc21285.c:299: error: for each function it appears in.) make[3]: *** [arch/arm/mach-footbridge/dc21285.o] Error 1 Signed-off-by: Paul Gortmaker --- diff --git a/arch/arm/mach-footbridge/dc21285.c b/arch/arm/mach-footbridge/dc21285.c index 1331fff51ae2..51850a50b318 100644 --- a/arch/arm/mach-footbridge/dc21285.c +++ b/arch/arm/mach-footbridge/dc21285.c @@ -20,6 +20,7 @@ #include #include +#include #include #include #include