From 700cc5c94fad6c3f15bacb0d99d9c474aed13c82 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 1 Nov 2011 10:40:50 +0100 Subject: ALSA: intel8x0 - Fix inclusion of kvm_para.h should be included instead of Signed-off-by: Takashi Iwai --- sound/pci/intel8x0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 6dc302c3eb930..45b2055f5a76e 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -43,7 +43,7 @@ #include #ifdef CONFIG_KVM_GUEST -#include +#include #else #define kvm_para_available() (0) #endif -- cgit v1.2.3