Skip to content

Commit

Permalink
qrtr: add MODULE_ALIAS macro to smd
Browse files Browse the repository at this point in the history
Added MODULE_ALIAS("rpmsg:IPCRTR") to ensure qrtr-smd and qrtr will load
when IPCRTR channel is detected.

Signed-off-by: Ramon Fried <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Ramon Fried authored and davem330 committed Feb 26, 2018
1 parent b6c3bad commit c77f5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/qrtr/smd.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ static struct rpmsg_driver qcom_smd_qrtr_driver = {

module_rpmsg_driver(qcom_smd_qrtr_driver);

MODULE_ALIAS("rpmsg:IPCRTR");
MODULE_DESCRIPTION("Qualcomm IPC-Router SMD interface driver");
MODULE_LICENSE("GPL v2");

0 comments on commit c77f5fb

Please sign in to comment.