summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-26 17:20:31 +0000
committerJohn Crispin <john@openwrt.org>2007-12-26 17:20:31 +0000
commit1de2575b508a17fef3f58108a1e80a2fbf063a9c (patch)
treeab4dbf790343e33677cd9f46442ce1a707ab9213 /target/linux/ifxmips/files/arch
parentfd2f9749465c814cdfceee69961e951bba672c36 (diff)
downloadmaster-31e0f0ae-1de2575b508a17fef3f58108a1e80a2fbf063a9c.tar.gz
master-31e0f0ae-1de2575b508a17fef3f58108a1e80a2fbf063a9c.tar.bz2
master-31e0f0ae-1de2575b508a17fef3f58108a1e80a2fbf063a9c.zip
remove functions that was moved to board.c
SVN-Revision: 9929
Diffstat (limited to 'target/linux/ifxmips/files/arch')
-rw-r--r--target/linux/ifxmips/files/arch/mips/ifxmips/prom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c b/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c
index 317a23ca4a..514c879df3 100644
--- a/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c
+++ b/target/linux/ifxmips/files/arch/mips/ifxmips/prom.c
@@ -36,12 +36,6 @@ prom_free_prom_memory (void)
{
}
-const char *
-get_system_type (void)
-{
- return BOARD_SYSTEM_TYPE;
-}
-
void
prom_putchar (char c)
{