]> 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>
Thu, 11 Aug 2011 19:10:32 +0000 (15:10 -0400)
commitec31f6cf7ca77d9bddd35deed5bd1e2f0a369f42
tree0570503d72c5ba17d9195ed5dd008674f3b3caf9
parent27a3ed3d394691563fb4b74e85e841d43df735c7
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