]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/tile/lib/strchr_32.c
tile: optimize and clean up string functions
[mirror_ubuntu-artful-kernel.git] / arch / tile / lib / strchr_32.c
index c94e6f7ae7b53d2eabe658c3945c9f19bd2e9814..841fe69630190503a3135e65b6e637447242207d 100644 (file)
@@ -16,8 +16,6 @@
 #include <linux/string.h>
 #include <linux/module.h>
 
-#undef strchr
-
 char *strchr(const char *s, int c)
 {
        int z, g;