From: Mark Brown Date: Thu, 23 Apr 2009 14:43:45 +0000 (+0100) Subject: ASoC: s3c-i2s-v2 needs to declare a license for modular builds X-Git-Tag: upstream/snapshot3+hdmi~18854^2~2^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a396e32ef0f3b98700abb9a6da3530c945e55908;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: s3c-i2s-v2 needs to declare a license for modular builds It relies on EXPORT_SYMBOL_GPL() symbols. Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index 689ffcd..ab680aa 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c @@ -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");