diff options
Diffstat (limited to 'arch/mips/cobalt')
-rw-r--r-- | arch/mips/cobalt/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index 928431a9bcb0..ca719d6398bd 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c | |||
@@ -120,7 +120,7 @@ static struct pci_controller cobalt_pci_controller = { | |||
120 | .io_offset = 0 - GT64111_IO_BASE | 120 | .io_offset = 0 - GT64111_IO_BASE |
121 | }; | 121 | }; |
122 | 122 | ||
123 | void __init plat_setup(void) | 123 | void __init plat_mem_setup(void) |
124 | { | 124 | { |
125 | static struct uart_port uart; | 125 | static struct uart_port uart; |
126 | unsigned int devfn = PCI_DEVFN(COBALT_PCICONF_VIA, 0); | 126 | unsigned int devfn = PCI_DEVFN(COBALT_PCICONF_VIA, 0); |