X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=net%2Fqrtr%2Fqrtr.c;h=78418f38464a4319f8ab6e3f4a2c3e745b698bd7;hb=b7e732fa3171318418524b776b841b4024933b2b;hp=c2f5c13550c052de0484582af9aabda3500cc030;hpb=7f85565a3f7194b966de71926471d69788b6b9c3;p=people%2Farne_f%2Fkernel.git diff --git a/net/qrtr/qrtr.c b/net/qrtr/qrtr.c index c2f5c13550c05..78418f38464a4 100644 --- a/net/qrtr/qrtr.c +++ b/net/qrtr/qrtr.c @@ -1085,7 +1085,7 @@ static int __init qrtr_proto_init(void) return 0; } -module_init(qrtr_proto_init); +postcore_initcall(qrtr_proto_init); static void __exit qrtr_proto_fini(void) {