projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359f909
)
ALSA: intel8x0 - Fix inclusion of kvm_para.h
author
Takashi Iwai
<tiwai@suse.de>
Tue, 1 Nov 2011 09:40:50 +0000
(10:40 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 1 Nov 2011 09:40:50 +0000
(10:40 +0100)
<linux/kvm_para.h> should be included instead of <asm/...>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/intel8x0.c
patch
|
blob
|
history
diff --git
a/sound/pci/intel8x0.c
b/sound/pci/intel8x0.c
index 6dc302c3eb9307e9245c8e5c6075a7e01e99e776..45b2055f5a76ea2bea0eb4c942d53c674c4ec95f 100644
(file)
--- 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