]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: Staticise ep93xx_ac97_dai
authorAxel Lin <axel.lin@gmail.com>
Mon, 3 Oct 2011 03:33:05 +0000 (11:33 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 3 Oct 2011 13:15:32 +0000 (14:15 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/ep93xx/ep93xx-ac97.c

index c7417c76552b50a10e45b0ff7949309e2c945850..3cd6158d83e13f486e8c564cbef8ac809b2d7af8 100644 (file)
@@ -335,7 +335,7 @@ static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = {
        .trigger        = ep93xx_ac97_trigger,
 };
 
-struct snd_soc_dai_driver ep93xx_ac97_dai = {
+static struct snd_soc_dai_driver ep93xx_ac97_dai = {
        .name           = "ep93xx-ac97",
        .id             = 0,
        .ac97_control   = 1,