diff options
author | John Crispin <blogic@openwrt.org> | 2012-04-19 18:23:14 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-26 22:52:57 +0400 |
commit | 009d6914f14d6c12a073e9ff8506a53047c308e7 (patch) | |
tree | 53ea742badb13e0ff55722b97ecce91ed26002b0 /arch/mips/lantiq/prom.c | |
parent | d41ced01f21ddd2c3a01531bb9edf6c41064e9fc (diff) | |
download | linux-009d6914f14d6c12a073e9ff8506a53047c308e7.tar.xz |
MIPS: lantiq: remove orphaned code
Now that all drivers are converted to OF we are able to remove some remaining
pieces of orphaned code.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3841/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/prom.c')
-rw-r--r-- | arch/mips/lantiq/prom.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/lantiq/prom.c b/arch/mips/lantiq/prom.c index 413ed53a4ae1..d185e8477fdf 100644 --- a/arch/mips/lantiq/prom.c +++ b/arch/mips/lantiq/prom.c @@ -27,12 +27,6 @@ EXPORT_SYMBOL_GPL(ebu_lock); */ static struct ltq_soc_info soc_info; -unsigned int ltq_get_soc_type(void) -{ - return soc_info.type; -} -EXPORT_SYMBOL(ltq_get_soc_type); - const char *get_system_type(void) { return soc_info.sys_type; |