]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8923/1: mm: include <asm/vga.h> for vga_base
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Fri, 11 Oct 2019 13:18:43 +0000 (14:18 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Thu, 31 Oct 2019 16:58:54 +0000 (16:58 +0000)
commit2403b3078939828e8ac53d474227818aea4c224c
tree37f82758bd142224bb3a64eaf9035d29b2c0895e
parent3429e1ea523b05d84cd060c839ce17cdf74ea9d5
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>
arch/arm/mm/iomap.c