diff options
Diffstat (limited to 'arch/arm/mach-shark/pci.c')
-rw-r--r-- | arch/arm/mach-shark/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shark/pci.c b/arch/arm/mach-shark/pci.c index 4aea637a2ddb..92d7227de0ac 100644 --- a/arch/arm/mach-shark/pci.c +++ b/arch/arm/mach-shark/pci.c | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
9 | #include <linux/pci.h> | 9 | #include <linux/pci.h> |
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <video/vga.h> | ||
11 | 12 | ||
12 | #include <asm/irq.h> | 13 | #include <asm/irq.h> |
13 | #include <asm/mach/pci.h> | 14 | #include <asm/mach/pci.h> |
@@ -42,6 +43,7 @@ static int __init shark_pci_init(void) | |||
42 | 43 | ||
43 | pcibios_min_io = 0x6000; | 44 | pcibios_min_io = 0x6000; |
44 | pcibios_min_mem = 0x50000000; | 45 | pcibios_min_mem = 0x50000000; |
46 | vga_base = 0xe8000000; | ||
45 | 47 | ||
46 | pci_common_init(&shark_pci); | 48 | pci_common_init(&shark_pci); |
47 | 49 | ||