From 01ef31053ddda5d5aee86dca61193d1395273d53 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 16 Mar 2013 22:03:41 +0100 Subject: ARM: integrator: move VGA base assignment The global vga_base is used for things like getting an early console on a PCI-based VGA adapter. Move this assignment into the probe function for the PCI bridge. Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- arch/arm/mach-integrator/integrator_ap.c | 2 -- arch/arm/mach-integrator/pci_v3.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-integrator') diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 8db3799e8ec6..6375657493d0 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c @@ -41,7 +41,6 @@ #include #include #include -#include