Bläddra i källkod

headers_check fix: x86, kvm.h

fix the following 'make headers_check' warnings:

  usr/include/asm/kvm.h:9: include of <linux/types.h> is preferred over <asm/types.h>
  usr/include/asm/kvm.h:16: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Jaswinder Singh Rajput 16 år sedan
förälder
incheckning
cef3767852
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      arch/x86/include/asm/kvm.h

+ 1 - 1
arch/x86/include/asm/kvm.h

@@ -6,7 +6,7 @@
  *
  */
 
-#include <asm/types.h>
+#include <linux/types.h>
 #include <linux/ioctl.h>
 
 /* Architectural interrupt line count. */