aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-03 08:32:55 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-03 08:32:55 +0000
commit7fd158920a3a7ea6b651b24aa1d600cf83c83862 (patch)
tree3385851829dec7632d55044a5096a5fbbbc5de0b
parent518b8fee7d8a23b1bf2295e11cb52f04fc953d64 (diff)
downloadupstream-7fd158920a3a7ea6b651b24aa1d600cf83c83862.tar.gz
upstream-7fd158920a3a7ea6b651b24aa1d600cf83c83862.tar.bz2
upstream-7fd158920a3a7ea6b651b24aa1d600cf83c83862.zip
BB: lantiq: exportt ltq_soc_type
Signed-off-by: Eddi De Pieri <eddi@depieri.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43162 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch4
1 files changed, 3 insertions, 1 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
index cb0a559cf7..f2f50704af 100644
--- 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
@@ -11,7 +11,7 @@
#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)
+@@ -35,6 +35,13 @@ const char *get_system_type(void)
return soc_info.sys_type;
}
@@ -20,6 +20,8 @@
+ return soc_info.type;
+}
+
++EXPORT_SYMBOL(ltq_soc_type);
++
void prom_free_prom_memory(void)
{
}