diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-02 10:15:50 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-02 10:25:37 -0500 |
commit | 96841bae6ebfede07294447ad2de9e6385ae9fb5 (patch) | |
tree | c05961ceccbdf2f5f3369e507db66fc8e3fb5e5b | |
parent | 1966bbd62ce31cef0cb020a6b4bd852dbc63b40c (diff) |
ALSA: ac97 - Include ac97_codec.h for ac97_bus_type declaration
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>
-rw-r--r-- | sound/ac97_bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c index 7fa37e15f196..a351dd0a09c7 100644 --- a/sound/ac97_bus.c +++ b/sound/ac97_bus.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/device.h> | 16 | #include <linux/device.h> |
17 | #include <linux/string.h> | 17 | #include <linux/string.h> |
18 | #include <sound/ac97_codec.h> | ||
18 | 19 | ||
19 | /* | 20 | /* |
20 | * Let drivers decide whether they want to support given codec from their | 21 | * Let drivers decide whether they want to support given codec from their |