Skip to content

Commit

Permalink
net: qrtr: add MODULE_ALIAS_NETPROTO macro
Browse files Browse the repository at this point in the history
To ensure that qrtr can be loaded automatically, when needed, if it is compiled
as module.

Signed-off-by: Nicolas Dechesne <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ndechesne authored and davem330 committed Apr 17, 2018
1 parent 05e489b commit 77ac725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/qrtr/qrtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,3 +1135,4 @@ module_exit(qrtr_proto_fini);

MODULE_DESCRIPTION("Qualcomm IPC-router driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS_NETPROTO(PF_QIPCRTR);

0 comments on commit 77ac725

Please sign in to comment.