projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b12952
)
ARM: 8923/1: mm: include <asm/vga.h> for vga_base
author
Ben Dooks (Codethink)
<ben.dooks@codethink.co.uk>
Fri, 11 Oct 2019 13:18:43 +0000
(14:18 +0100)
committer
Russell King
<rmk+kernel@armlinux.org.uk>
Thu, 31 Oct 2019 16:58:54 +0000
(16:58 +0000)
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>
arch/arm/mm/iomap.c
patch
|
blob
|
history
diff --git
a/arch/arm/mm/iomap.c
b/arch/arm/mm/iomap.c
index 091ddc56827ea3f81238443b4c03234dec66d702..415d0a454237e72df339215cf1d8d0602bb58056 100644
(file)
--- a/
arch/arm/mm/iomap.c
+++ b/
arch/arm/mm/iomap.c
@@
-10,6
+10,8
@@
#include <linux/ioport.h>
#include <linux/io.h>
+#include <asm/vga.h>
+
unsigned long vga_base;
EXPORT_SYMBOL(vga_base);