summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mach-lantiq/lantiq.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-04-19 18:23:14 +0400
committerRalf Baechle <ralf@linux-mips.org>2012-05-26 22:52:57 +0400
commit009d6914f14d6c12a073e9ff8506a53047c308e7 (patch)
tree53ea742badb13e0ff55722b97ecce91ed26002b0 /arch/mips/include/asm/mach-lantiq/lantiq.h
parentd41ced01f21ddd2c3a01531bb9edf6c41064e9fc (diff)
downloadlinux-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/include/asm/mach-lantiq/lantiq.h')
-rw-r--r--arch/mips/include/asm/mach-lantiq/lantiq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/include/asm/mach-lantiq/lantiq.h b/arch/mips/include/asm/mach-lantiq/lantiq.h
index 64fbc3faad64..5e8a6e965756 100644
--- a/arch/mips/include/asm/mach-lantiq/lantiq.h
+++ b/arch/mips/include/asm/mach-lantiq/lantiq.h
@@ -27,9 +27,6 @@
ltq_w32_mask(x, y, ltq_ebu_membase + (z))
extern __iomem void *ltq_ebu_membase;
-extern unsigned int ltq_get_cpu_ver(void);
-extern unsigned int ltq_get_soc_type(void);
-
/* spinlock all ebu i/o */
extern spinlock_t ebu_lock;
@@ -54,7 +51,5 @@ extern int ltq_reset_cause(void);
#define IOPORT_RESOURCE_END 0xffffffff
#define IOMEM_RESOURCE_START 0x10000000
#define IOMEM_RESOURCE_END 0xffffffff
-#define LTQ_FLASH_START 0x10000000
-#define LTQ_FLASH_MAX 0x04000000
#endif