diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-23 20:53:24 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 19:18:46 +0400 |
commit | deeb45ac4a32c8271b022ecba73913bc1112e8e6 (patch) | |
tree | 7f86789e7484fe4e7b32e059787cac3f6670260f /arch/mips | |
parent | b6e2f58a503b56e154f90dc516647c93c5fe873d (diff) | |
download | linux-deeb45ac4a32c8271b022ecba73913bc1112e8e6.tar.xz |
MIPS: RB532: Remove obsolute reference to setup_serial_port
We are no longer using setup_serial_port. So just remove it
from the prom code.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/rb532/prom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/rb532/prom.c b/arch/mips/rb532/prom.c index c5d8868e1b15..46ca24dbcc2d 100644 --- a/arch/mips/rb532/prom.c +++ b/arch/mips/rb532/prom.c @@ -37,8 +37,6 @@ #include <asm/mach-rc32434/ddr.h> #include <asm/mach-rc32434/prom.h> -extern void __init setup_serial_port(void); - unsigned int idt_cpu_freq = 132000000; EXPORT_SYMBOL(idt_cpu_freq); |