BB: lantiq: exportt ltq_soc_type
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 Nov 2014 08:32:55 +0000 (08:32 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 Nov 2014 08:32:55 +0000 (08:32 +0000)
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

target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch

index cb0a559cf7028a1727a721c546c4b555bfeee0f9..f2f50704afc783b2cdb720ced6bb0b5e57e134d3 100644 (file)
@@ -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;
  }
  
@@ -19,6 +19,8 @@
 +{
 +      return soc_info.type;
 +}
++
++EXPORT_SYMBOL(ltq_soc_type);
 +
  void prom_free_prom_memory(void)
  {