projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58a244
)
alsa/rme96: Add missing inclusion of linux/vmalloc.h
author
Knut Petersen
<Knut_Petersen@t-online.de>
Thu, 22 Aug 2013 12:36:16 +0000
(14:36 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 22 Aug 2013 21:24:00 +0000
(23:24 +0200)
Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme96.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/rme96.c
b/sound/pci/rme96.c
index 9d2a81fcbdad2cfc428ba6ef9c3a2af30d2100dd..bb9ebc5543d7a61ff639bbf91d37957d5fdf9086 100644
(file)
--- a/
sound/pci/rme96.c
+++ b/
sound/pci/rme96.c
@@
-28,6
+28,7
@@
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/module.h>
+#include <linux/vmalloc.h>
#include <sound/core.h>
#include <sound/info.h>