Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a396e32e authored by Mark Brown's avatar Mark Brown
Browse files

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



It relies on EXPORT_SYMBOL_GPL() symbols.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 19ab054d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");