ASoC: tegra: Staticise tegra_i2s_dai and tegra_spdif_dai
authorAxel Lin <axel.lin@gmail.com>
Sun, 2 Oct 2011 09:41:40 +0000 (17:41 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 2 Oct 2011 18:58:44 +0000 (19:58 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_i2s.c
sound/soc/tegra/tegra_spdif.c

index f36b996..6728fab 100644 (file)
@@ -312,7 +312,7 @@ static struct snd_soc_dai_ops tegra_i2s_dai_ops = {
        .trigger        = tegra_i2s_trigger,
 };
 
-struct snd_soc_dai_driver tegra_i2s_dai[] = {
+static struct snd_soc_dai_driver tegra_i2s_dai[] = {
        {
                .name = DRV_NAME ".0",
                .probe = tegra_i2s_probe,
index abe606b..1bd07d1 100644 (file)
@@ -232,7 +232,7 @@ static struct snd_soc_dai_ops tegra_spdif_dai_ops = {
        .trigger        = tegra_spdif_trigger,
 };
 
-struct snd_soc_dai_driver tegra_spdif_dai = {
+static struct snd_soc_dai_driver tegra_spdif_dai = {
        .name = DRV_NAME,
        .probe = tegra_spdif_probe,
        .playback = {