summaryrefslogtreecommitdiff
path: root/lib/utils/timer/fdt_timer_plmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/timer/fdt_timer_plmt.c')
-rw-r--r--lib/utils/timer/fdt_timer_plmt.c2
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,
};