]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: Fix declaration of sound_class
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Dec 2008 15:43:43 +0000 (15:43 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Dec 2008 15:55:27 +0000 (16:55 +0100)
commitdd0a2d36485ed102f7dc53a37d569bfea04ecefe
treec8c247b94882162d6e8a04c24513522fd8239074
parent5d3f6b85f9287972a1e2cb98a81f5fc1141a9d9b
ALSA: Fix declaration of sound_class

Include sound/core.h in sound_core.c so that sound_class is declared
before it is defined, avoiding it looking like it should be static.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sound_core.c