Ver código fonte

ALSA: intel8x0 - Fix inclusion of kvm_para.h

<linux/kvm_para.h> should be included instead of <asm/...>

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 13 anos atrás
pai
commit
700cc5c94f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      sound/pci/intel8x0.c

+ 1 - 1
sound/pci/intel8x0.c

@@ -43,7 +43,7 @@
 #include <asm/cacheflush.h>
 #include <asm/cacheflush.h>
 
 
 #ifdef CONFIG_KVM_GUEST
 #ifdef CONFIG_KVM_GUEST
-#include <asm/kvm_para.h>
+#include <linux/kvm_para.h>
 #else
 #else
 #define kvm_para_available() (0)
 #define kvm_para_available() (0)
 #endif
 #endif