diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-22 10:33:38 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 11:11:30 (GMT) |
commit | bb1591b3de7c9c6b28f337e214100a394a126ab2 (patch) | |
tree | 29c52379be697639e09215a227228263aae032d4 /sound/soc/codecs | |
parent | b2a4ec3d48fb53c99cb2e332f6e58eef770f1ed9 (diff) | |
download | linux-fsl-qoriq-bb1591b3de7c9c6b28f337e214100a394a126ab2.tar.xz |
ASoC: isabelle: Staticise non-exported isabelle_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/isabelle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 0d62f3b..5d8f39e 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c @@ -1036,7 +1036,7 @@ static struct snd_soc_dai_ops isabelle_ul_dai_ops = { }; /* ISABELLE dai structure */ -struct snd_soc_dai_driver isabelle_dai[] = { +static struct snd_soc_dai_driver isabelle_dai[] = { { .name = "isabelle-dl1", .playback = { |