[PATCH] Fix some exported names

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Unsure if this is the/a correct fix, but without it, my build fails.

Signed-off-by: Juergen Beisert <jbe@xxxxxxxxxxxxxx>

---
 lib/string.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: u-boot-2.0.0-rc10/lib/string.c
===================================================================
--- u-boot-2.0.0-rc10.orig/lib/string.c
+++ u-boot-2.0.0-rc10/lib/string.c
@@ -186,7 +186,7 @@ char * _strrchr(const char * s, int c)
        return NULL;
 }
 #endif
-EXPORT_SYMBOL(strrchr);
+EXPORT_SYMBOL(_strrchr);
 
 #ifndef __HAVE_ARCH_STRLEN
 /**
@@ -539,7 +539,7 @@ char * _strstr(const char * s1,const cha
 	return NULL;
 }
 #endif
-EXPORT_SYMBOL(strstr);
+EXPORT_SYMBOL(_strstr);
 
 #ifndef __HAVE_ARCH_MEMCHR
 /**

 
-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-8766-939 228     |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

_______________________________________________
u-boot-v2 mailing list
u-boot-v2@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/u-boot-v2

[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux