Skip to content

Commit

Permalink
ALSA: ac97 - Include ac97_codec.h for ac97_bus_type declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
broonie authored and tiwai committed Dec 2, 2008
1 parent 1966bbd commit 96841ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/ac97_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96841ba

Please sign in to comment.