From 99b01ab610acf6ff7c3d0199f13f5b41322a22e2 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Mon, 2 Sep 2024 21:06:50 -0700 Subject: 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 Reviewed-by: Anup Patel --- lib/utils/timer/fdt_timer_mtimer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/utils/timer/fdt_timer_mtimer.c') diff --git a/lib/utils/timer/fdt_timer_mtimer.c b/lib/utils/timer/fdt_timer_mtimer.c index eff50417..e752ddc5 100644 --- a/lib/utils/timer/fdt_timer_mtimer.c +++ b/lib/utils/timer/fdt_timer_mtimer.c @@ -165,6 +165,4 @@ static const struct fdt_match timer_mtimer_match[] = { struct fdt_timer fdt_timer_mtimer = { .match_table = timer_mtimer_match, .cold_init = timer_mtimer_cold_init, - .warm_init = NULL, - .exit = NULL, }; -- cgit v1.3.1