summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-13 11:54:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-13 11:54:57 +0000
commitc7e8b5ebbdfa098436945e1721b34562cd488f6f (patch)
treeecf4a556d01dcd70743862e1ce5853e22c80b59b /target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch
parentdaeec86fba3fee15045429802f06cdd715c688c6 (diff)
downloadmaster-31e0f0ae-c7e8b5ebbdfa098436945e1721b34562cd488f6f.tar.gz
master-31e0f0ae-c7e8b5ebbdfa098436945e1721b34562cd488f6f.tar.bz2
master-31e0f0ae-c7e8b5ebbdfa098436945e1721b34562cd488f6f.zip
lantiq: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43685
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch')
-rw-r--r--target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch b/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch
deleted file mode 100644
index cb0a559cf7..0000000000
--- a/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/arch/mips/include/asm/mach-lantiq/lantiq.h
-+++ b/arch/mips/include/asm/mach-lantiq/lantiq.h
-@@ -48,6 +48,8 @@ extern struct clk *clk_get_ppe(void);
- extern unsigned char ltq_boot_select(void);
- /* find out what caused the last cpu reset */
- extern int ltq_reset_cause(void);
-+/* find out the soc type */
-+extern int ltq_soc_type(void);
-
- #define IOPORT_RESOURCE_START 0x10000000
- #define IOPORT_RESOURCE_END 0xffffffff
---- a/arch/mips/lantiq/prom.c
-+++ b/arch/mips/lantiq/prom.c
-@@ -35,6 +35,11 @@ const char *get_system_type(void)
- return soc_info.sys_type;
- }
-
-+int ltq_soc_type(void)
-+{
-+ return soc_info.type;
-+}
-+
- void prom_free_prom_memory(void)
- {
- }