Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 8923/1: mm: include <asm/vga.h> for vga_base

iomap.c needs <asm/vga.h> for the definition vga_base
to avoid the following warning:

arch/arm/mm/iomap.c:13:15: warning: symbol 'vga_base' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

authored by

Ben Dooks (Codethink) and committed by
Russell King
c4e8fd03 3b129524

+2
+2
arch/arm/mm/iomap.c
··· 10 10 #include <linux/ioport.h> 11 11 #include <linux/io.h> 12 12 13 + #include <asm/vga.h> 14 + 13 15 unsigned long vga_base; 14 16 EXPORT_SYMBOL(vga_base); 15 17