commit | 700cc5c94fad6c3f15bacb0d99d9c474aed13c82 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 01 10:40:50 2011 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Nov 01 10:40:50 2011 +0100 |
tree | dbe3a33135b5468de1df2f08009a5e4e47fddb18 | |
parent | 359f90982cba0ba8db39b683de05dcb2de64b979 [diff] [blame] |
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>
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 6dc302c..45b2055 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c
@@ -43,7 +43,7 @@ #include <asm/cacheflush.h> #ifdef CONFIG_KVM_GUEST -#include <asm/kvm_para.h> +#include <linux/kvm_para.h> #else #define kvm_para_available() (0) #endif