]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm fix implicit asm/vga.h use in mach-orion5x/pci.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 15:02:39 +0000 (11:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 2 Aug 2011 16:37:15 +0000 (12:37 -0400)
commitee009d4276acb4b17e3241b2431c5da329523ed3
treed861d98ed49507c8d87e2409b8d55314d4240dc2
parente2f896f313d49856fb1aa4cd865b6cfc36493da2
arm fix implicit asm/vga.h use in mach-orion5x/pci.c

So that we don't get this:

arch/arm/mach-orion5x/pci.c: In function 'orion5x_pci_sys_setup':
arch/arm/mach-orion5x/pci.c:563: error: 'vga_base' undeclared (first use in this function)
arch/arm/mach-orion5x/pci.c:563: error: (Each undeclared identifier is reported only once
arch/arm/mach-orion5x/pci.c:563: error: for each function it appears in.)
make[3]: *** [arch/arm/mach-orion5x/pci.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/arm/mach-orion5x/pci.c