projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a81dbf
)
[ALSA] Fix a missing include
author
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Nov 2005 14:46:41 +0000
(15:46 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 3 Jan 2006 11:29:38 +0000
(12:29 +0100)
Modules: ALSA Core
Fix missing include <linux/device.h>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/sound.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/sound.c
b/sound/core/sound.c
index 5febd0545d7d8cc9d0c3cfa6b6f67accee0648c7..3b91f180f6877a2b97eaf249444dbca0af0203a7 100644
(file)
--- a/
sound/core/sound.c
+++ b/
sound/core/sound.c
@@
-23,6
+23,7
@@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/time.h>
+#include <linux/device.h>
#include <linux/moduleparam.h>
#include <sound/core.h>
#include <sound/minors.h>