diff options
| author | Samuel Holland <[email protected]> | 2024-09-02 21:06:50 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-11-05 17:39:31 +0530 |
| commit | 99b01ab610acf6ff7c3d0199f13f5b41322a22e2 (patch) | |
| tree | 7472232fdd08fec61c0c644b802fb8fa3ad06cde /lib/utils/timer/fdt_timer_plmt.c | |
| parent | 450082874346bb25109877b7ac6a1754f089f538 (diff) | |
platform: Drop timer warm init and exit hooks
Now that driver lifecycle is managed from within the SBI timer core,
platforms need only to initialize the driver once during cold init.
Remove the remaining platform hooks that are no longer used.
Signed-off-by: Samuel Holland <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/timer/fdt_timer_plmt.c')
| -rw-r--r-- | lib/utils/timer/fdt_timer_plmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/utils/timer/fdt_timer_plmt.c b/lib/utils/timer/fdt_timer_plmt.c index 87e634bd..459a1190 100644 --- a/lib/utils/timer/fdt_timer_plmt.c +++ b/lib/utils/timer/fdt_timer_plmt.c @@ -46,6 +46,4 @@ static const struct fdt_match timer_plmt_match[] = { struct fdt_timer fdt_timer_plmt = { .match_table = timer_plmt_match, .cold_init = fdt_plmt_cold_timer_init, - .warm_init = NULL, - .exit = NULL, }; |
