tile: optimize and clean up string functions
[pandora-kernel.git] / arch / tile / lib / strlen_32.c
index 4974292..f26f88e 100644 (file)
@@ -16,8 +16,6 @@
 #include <linux/string.h>
 #include <linux/module.h>
 
-#undef strlen
-
 size_t strlen(const char *s)
 {
        /* Get an aligned pointer. */