diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-26 17:20:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-26 17:20:31 +0000 |
commit | 0219800e1dfb1d428682ee47d46fdbcb80af0c04 (patch) | |
tree | 60349d786e4d9a382cae8ba67322f994d2c6746c /target/linux/ifxmips/files/arch | |
parent | ea70039e06eb6361501f7cc437655f3671aa1359 (diff) | |
download | upstream-0219800e1dfb1d428682ee47d46fdbcb80af0c04.tar.gz upstream-0219800e1dfb1d428682ee47d46fdbcb80af0c04.tar.bz2 upstream-0219800e1dfb1d428682ee47d46fdbcb80af0c04.zip |
remove functions that was moved to board.c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9929 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files/arch')
-rw-r--r-- | target/linux/ifxmips/files/arch/mips/ifxmips/prom.c | 6 |
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) { |