diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-13 22:27:07 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-13 22:33:48 (GMT) |
commit | d1280fd8f585fadf74f8cdbcbc422bdcbf3fb7a0 (patch) | |
tree | f44d33dcaf8626e78112d72251622ea6a4dd8933 /sound/soc/codecs | |
parent | dc2af52c0d6d00fd530e4a5e300834cdb1bb1c1c (diff) | |
download | linux-d1280fd8f585fadf74f8cdbcbc422bdcbf3fb7a0.tar.xz |
ASoC: lm49453: Staticise non-exported symbol lm45453_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/lm49453.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 5eb726b..02a8179 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -1358,7 +1358,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = { }; /* LM49453 dai structure. */ -struct snd_soc_dai_driver lm49453_dai[] = { +static const struct snd_soc_dai_driver lm49453_dai[] = { { .name = "LM49453 Headset", .playback = { |