]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: add asm/vga.h to mach-footbridge/dc21285.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 23:47:52 +0000 (19:47 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:32 +0000 (15:10 -0400)
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 <paul.gortmaker@windriver.com>
arch/arm/mach-footbridge/dc21285.c

index 1331fff51ae25352803b094a1a678b5a1ed9400e..51850a50b31834423c564f5ab37bd00bc18f0d87 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/spinlock.h>
 
 #include <asm/irq.h>
+#include <asm/vga.h>
 #include <asm/system.h>
 #include <asm/mach/pci.h>
 #include <asm/hardware/dec21285.h>