From: Mark Brown Date: Tue, 2 Dec 2008 15:15:50 +0000 (+0000) Subject: ALSA: ac97 - Include ac97_codec.h for ac97_bus_type declaration X-Git-Tag: v2.6.29-rc1~590^2~9^2~9 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=96841bae6ebfede07294447ad2de9e6385ae9fb5;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Takashi Iwai --- diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c index 7fa37e15f19..a351dd0a09c 100644 --- a/sound/ac97_bus.c +++ b/sound/ac97_bus.c @@ -15,6 +15,7 @@ #include #include #include +#include /* * Let drivers decide whether they want to support given codec from their