Signed-off-by: Alexander Shiyan <eagle.alexander923@xxxxxxxxx> --- arch/arm/mach-imx/src.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/mach-imx/src.c b/arch/arm/mach-imx/src.c index 4557e623a6..8cfc3878b0 100644 --- a/arch/arm/mach-imx/src.c +++ b/arch/arm/mach-imx/src.c @@ -43,9 +43,4 @@ static struct driver imx_src_reset_driver = { .probe = imx_src_reset_probe, .of_compatible = DRV_OF_COMPAT(imx_src_dt_ids), }; - -static int imx_src_reset_init(void) -{ - return platform_driver_register(&imx_src_reset_driver); -} -postcore_initcall(imx_src_reset_init); +postcore_platform_driver(imx_src_reset_driver); -- 2.39.1