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
History
File Mode Size
arm
Kconfig -rw-r--r-- 819 bytes
async_pf.c -rw-r--r-- 5.8 KB
async_pf.h -rw-r--r-- 1.1 KB
coalesced_mmio.c -rw-r--r-- 4.2 KB
coalesced_mmio.h -rw-r--r-- 884 bytes
eventfd.c -rw-r--r-- 22.5 KB
irqchip.c -rw-r--r-- 6.1 KB
kvm_main.c -rw-r--r-- 95.0 KB
vfio.c -rw-r--r-- 8.9 KB
vfio.h -rw-r--r-- 289 bytes

back to top