瀏覽代碼

ASoC: s3c-i2s-v2 needs to declare a license for modular builds

It relies on EXPORT_SYMBOL_GPL() symbols.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 16 年之前
父節點
當前提交
a396e32ef0
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      sound/soc/s3c24xx/s3c-i2s-v2.c

+ 2 - 1
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");