Skip to content

Commit

Permalink
ASoC: s3c-i2s-v2 needs to declare a license for modular builds
Browse files Browse the repository at this point in the history
It relies on EXPORT_SYMBOL_GPL() symbols.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Apr 23, 2009
1 parent 19ab054 commit a396e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/s3c24xx/s3c-i2s-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,5 +636,6 @@ int s3c_i2sv2_register_dai(struct snd_soc_dai *dai)

return snd_soc_register_dai(dai);
}

EXPORT_SYMBOL_GPL(s3c_i2sv2_register_dai);

MODULE_LICENSE("GPL");

0 comments on commit a396e32

Please sign in to comment.