mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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>
This commit is contained in:
committed by
Russell King
parent
3b12952408
commit
c4e8fd03f2
@@ -10,6 +10,8 @@
|
|||||||
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
|
||||||
|
#include <asm/vga.h>
|
||||||
|
|
||||||
unsigned long vga_base;
|
unsigned long vga_base;
|
||||||
EXPORT_SYMBOL(vga_base);
|
EXPORT_SYMBOL(vga_base);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user