diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-01 13:40:50 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-01 13:40:50 +0400 |
commit | 700cc5c94fad6c3f15bacb0d99d9c474aed13c82 (patch) | |
tree | dbe3a33135b5468de1df2f08009a5e4e47fddb18 /sound | |
parent | 359f90982cba0ba8db39b683de05dcb2de64b979 (diff) | |
download | linux-700cc5c94fad6c3f15bacb0d99d9c474aed13c82.tar.xz |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 6dc302c3eb93..45b2055f5a76 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 |