diff options
Diffstat (limited to 'arch/s390/boot')
-rw-r--r-- | arch/s390/boot/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/boot/string.c b/arch/s390/boot/string.c index 25aca07898ba..b11e8108773a 100644 --- a/arch/s390/boot/string.c +++ b/arch/s390/boot/string.c | |||
@@ -2,6 +2,7 @@ | |||
2 | #include <linux/ctype.h> | 2 | #include <linux/ctype.h> |
3 | #include <linux/kernel.h> | 3 | #include <linux/kernel.h> |
4 | #include <linux/errno.h> | 4 | #include <linux/errno.h> |
5 | #undef CONFIG_KASAN | ||
5 | #include "../lib/string.c" | 6 | #include "../lib/string.c" |
6 | 7 | ||
7 | int strncmp(const char *cs, const char *ct, size_t count) | 8 | int strncmp(const char *cs, const char *ct, size_t count) |