linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] qrtr: add MODULE_ALIAS macro to smd
@ 2018-02-25  7:49 Ramon Fried
  2018-02-26 20:09 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ramon Fried @ 2018-02-25  7:49 UTC (permalink / raw)
  To: davem, kvalo, marcel, andy.gross, bjorn.andersson, netdev, linux-kernel
  Cc: Ramon Fried

Added MODULE_ALIAS("rpmsg:IPCRTR") to ensure qrtr-smd and qrtr will load
when IPCRTR channel is detected.

Signed-off-by: Ramon Fried <rfried@codeaurora.org>

---
V2: Corrected subject line, this is not a part of a patchset.
V3: Placed the changelog under the ---.

 net/qrtr/smd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/qrtr/smd.c b/net/qrtr/smd.c
index 50615d5efac1..9cf089b9754e 100644
--- a/net/qrtr/smd.c
+++ b/net/qrtr/smd.c
@@ -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");
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] qrtr: add MODULE_ALIAS macro to smd
  2018-02-25  7:49 [PATCH v3] qrtr: add MODULE_ALIAS macro to smd Ramon Fried
@ 2018-02-26 20:09 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-02-26 20:09 UTC (permalink / raw)
  To: rfried; +Cc: kvalo, marcel, andy.gross, bjorn.andersson, netdev, linux-kernel

From: Ramon Fried <rfried@codeaurora.org>
Date: Sun, 25 Feb 2018 09:49:37 +0200

> Added MODULE_ALIAS("rpmsg:IPCRTR") to ensure qrtr-smd and qrtr will load
> when IPCRTR channel is detected.
> 
> Signed-off-by: Ramon Fried <rfried@codeaurora.org>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-26 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-25  7:49 [PATCH v3] qrtr: add MODULE_ALIAS macro to smd Ramon Fried
2018-02-26 20:09 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).