diff options
Diffstat (limited to 'arch/tile/lib/strchr_32.c')
-rw-r--r-- | arch/tile/lib/strchr_32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/lib/strchr_32.c b/arch/tile/lib/strchr_32.c index c94e6f7ae7b5..841fe6963019 100644 --- a/arch/tile/lib/strchr_32.c +++ b/arch/tile/lib/strchr_32.c | |||
@@ -16,8 +16,6 @@ | |||
16 | #include <linux/string.h> | 16 | #include <linux/string.h> |
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | 18 | ||
19 | #undef strchr | ||
20 | |||
21 | char *strchr(const char *s, int c) | 19 | char *strchr(const char *s, int c) |
22 | { | 20 | { |
23 | int z, g; | 21 | int z, g; |