diff --git a/sound/soc/qcom/common.c b/sound/soc/qcom/common.c index c407684ce1a225b1ab807772048d1402b03a6210..e53ad84f8ff59cb79fd605aacad4bd96c99cf8c4 100644 --- a/sound/soc/qcom/common.c +++ b/sound/soc/qcom/common.c @@ -175,6 +175,6 @@ int qcom_snd_parse_of(struct snd_soc_card *card) of_node_put(np); return ret; } -EXPORT_SYMBOL(qcom_snd_parse_of); +EXPORT_SYMBOL_GPL(qcom_snd_parse_of); MODULE_LICENSE("GPL v2");