Commit 99bff8f6 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Greg Kroah-Hartman

rpmsg: glink: Add missing MODULE_LICENSE

commit 1e0d5615 upstream.

The qcom_glink_native driver is missing a MODULE_LICENSE(), correct
this.

Fixes: 835764dd ("rpmsg: glink: Move the common glink protocol implementation to glink_native.c")
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 29718bff
...@@ -1616,3 +1616,6 @@ void qcom_glink_native_unregister(struct qcom_glink *glink) ...@@ -1616,3 +1616,6 @@ void qcom_glink_native_unregister(struct qcom_glink *glink)
device_unregister(glink->dev); device_unregister(glink->dev);
} }
EXPORT_SYMBOL_GPL(qcom_glink_native_unregister); EXPORT_SYMBOL_GPL(qcom_glink_native_unregister);
MODULE_DESCRIPTION("Qualcomm GLINK driver");
MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment