mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-25 11:04:01 +08:00
net: qrtr: add MODULE_ALIAS_NETPROTO macro
To ensure that qrtr can be loaded automatically, when needed, if it is compiled as module. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
05e489b159
commit
77ac725e0c
@ -1135,3 +1135,4 @@ module_exit(qrtr_proto_fini);
|
||||
|
||||
MODULE_DESCRIPTION("Qualcomm IPC-router driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS_NETPROTO(PF_QIPCRTR);
|
||||
|
Loading…
Reference in New Issue
Block a user