aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-23 18:53:24 +0200
committerRalf Baechle <ralf@linux-mips.org>2008-10-11 16:18:46 +0100
commitdeeb45ac4a32c8271b022ecba73913bc1112e8e6 (patch)
tree7f86789e7484fe4e7b32e059787cac3f6670260f /arch/mips
parentb6e2f58a503b56e154f90dc516647c93c5fe873d (diff)
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.c2
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);