KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu
[deliverable/linux.git] / arch / x86 / boot / string.c
index 5339040ef86e7aee7b6457ffd50a390597336104..493f3fd9f1391815c29e06c2163f3225b4e52063 100644 (file)
  * Very basic string functions
  */
 
-#include "boot.h"
+#include <linux/types.h>
+#include "ctype.h"
 
-/*
- * This file gets included in compressed/string.c which might pull in
- * string_32.h and which in turn maps memcmp to __builtin_memcmp(). Undo
- * that first.
- */
-#undef memcmp
 int memcmp(const void *s1, const void *s2, size_t len)
 {
        u8 diff;
This page took 0.02769 seconds and 5 git commands to generate.