From e2f896f313d49856fb1aa4cd865b6cfc36493da2 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 31 Jul 2011 19:47:52 -0400 Subject: [PATCH] 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 --- arch/arm/mach-footbridge/dc21285.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5