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:
parent
a729a82706
commit
ab4c622138
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user