Revision b7e732fa3171318418524b776b841b4024933b2b authored by Bjorn Andersson on 07 November 2017, 04:50:35 UTC, committed by David S. Miller on 08 November 2017, 05:32:18 UTC
Registering qrtr with module_init makes the ability of typical platform
code to create AF_QIPCRTR socket during probe a matter of link order
luck. Moving qrtr to postcore_initcall() avoids this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7fd0783
Raw File
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top