aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/boot/compressed/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/string.c b/arch/x86/boot/compressed/string.c
index ffb9c5c9d748..212004ec787d 100644
--- a/arch/x86/boot/compressed/string.c
+++ b/arch/x86/boot/compressed/string.c
@@ -1,5 +1,7 @@
1#include "misc.h" 1#include "misc.h"
2 2
3/* Avoid intereference from any defines in string_32.h */
4#undef memcmp
3int memcmp(const void *s1, const void *s2, size_t len) 5int memcmp(const void *s1, const void *s2, size_t len)
4{ 6{
5 u8 diff; 7 u8 diff;