projects
/
GitHub
/
LineageOS
/
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:
1966bbd
)
ALSA: ac97 - Include ac97_codec.h for ac97_bus_type declaration
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 2 Dec 2008 15:15:50 +0000
(15:15 +0000)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 2 Dec 2008 15:25:37 +0000
(16:25 +0100)
This fixes a sparse warning caused by the lack of a connection with the
prototype for ac97_bus_type.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ac97_bus.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/ac97_bus.c
b/sound/ac97_bus.c
index 7fa37e15f1961b8c6b48834bc4886c403bcb568c..a351dd0a09c7dc0eb53daa0b2cedb9c625ba9225 100644
(file)
--- a/
sound/ac97_bus.c
+++ b/
sound/ac97_bus.c
@@
-15,6
+15,7
@@
#include <linux/init.h>
#include <linux/device.h>
#include <linux/string.h>
+#include <sound/ac97_codec.h>
/*
* Let drivers decide whether they want to support given codec from their