diff options
-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 6dc302c3eb9..45b2055f5a7 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 |