4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 07:27:31 +08:00

[BSP/FIXUP] Update init function export for drivers

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI 2024-12-11 17:41:23 +08:00 committed by Rbb666
parent a729a82706
commit ab4c622138
3 changed files with 3 additions and 3 deletions

View File

@ -390,4 +390,4 @@ static int rk_timer_drv_register(void)
return 0;
}
INIT_DRIVER_EARLY_EXPORT(rk_timer_drv_register);
INIT_PLATFORM_EXPORT(rk_timer_drv_register);

View File

@ -338,4 +338,4 @@ static int dw8250_drv_register(void)
return 0;
}
INIT_DRIVER_EARLY_EXPORT(dw8250_drv_register);
INIT_PLATFORM_EXPORT(dw8250_drv_register);

View File

@ -375,4 +375,4 @@ static int rockchip_fiq_debugger_drv_register(void)
return 0;
}
INIT_DRIVER_EARLY_EXPORT(rockchip_fiq_debugger_drv_register);
INIT_PLATFORM_EXPORT(rockchip_fiq_debugger_drv_register);