Skip to content

Commit

Permalink
ASoC: isabelle: Staticise non-exported isabelle_dai
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 23, 2012
1 parent b2a4ec3 commit bb1591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/isabelle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit bb1591b

Please sign in to comment.