Skip to content

Commit

Permalink
MIPS: RB532: Remove obsolute reference to setup_serial_port
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Oct 11, 2008
1 parent b6e2f58 commit deeb45a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/rb532/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit deeb45a

Please sign in to comment.