x86: clean up pte_exec
[sfrench/cifs-2.6.git] / include / asm-x86 / string_32.h
index a9b64453bdf54ecd03d239fe4d68c3b82ad92959..55bfa308f900c831733f91018a0f68111aa35e6e 100644 (file)
@@ -26,9 +26,6 @@ extern int strncmp(const char *cs, const char *ct, size_t count);
 #define __HAVE_ARCH_STRCHR
 extern char *strchr(const char *s, int c);
 
-#define __HAVE_ARCH_STRRCHR
-extern char *strrchr(const char *s, int c);
-
 #define __HAVE_ARCH_STRLEN
 extern size_t strlen(const char *s);