SI_ORDER_FIFTH
C_SYSINIT(diagwarn, SI_SUB_COPYRIGHT, SI_ORDER_FIFTH,
C_SYSINIT(diagwarn2, SI_SUB_LAST, SI_ORDER_FIFTH,
C_SYSINIT(ilp32warn, SI_SUB_COPYRIGHT, SI_ORDER_FIFTH,
C_SYSINIT(ilp32warn2, SI_SUB_LAST, SI_ORDER_FIFTH,
module_init_order(ib_ucm_init, SI_ORDER_FIFTH);
module_exit_order(ib_ucm_cleanup, SI_ORDER_FIFTH);
module_init_order(ucma_init, SI_ORDER_FIFTH);
module_exit_order(ucma_cleanup, SI_ORDER_FIFTH);
module_init_order(ib_umad_init, SI_ORDER_FIFTH);
module_exit_order(ib_umad_cleanup, SI_ORDER_FIFTH);
module_init_order(ib_uverbs_init, SI_ORDER_FIFTH);
module_exit_order(ib_uverbs_cleanup, SI_ORDER_FIFTH);
module_init_order(ipoib_init_module, SI_ORDER_FIFTH);
module_exit_order(ipoib_cleanup_module, SI_ORDER_FIFTH);