aboutsummaryrefslogtreecommitdiff
path: root/include/sbi_utils/timer/fdt_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi_utils/timer/fdt_timer.h')
-rw-r--r--include/sbi_utils/timer/fdt_timer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sbi_utils/timer/fdt_timer.h b/include/sbi_utils/timer/fdt_timer.h
index 8f0469da..7bd2faf0 100644
--- a/include/sbi_utils/timer/fdt_timer.h
+++ b/include/sbi_utils/timer/fdt_timer.h
@@ -11,14 +11,10 @@
#define __FDT_TIMER_H__
#include <sbi/sbi_types.h>
+#include <sbi_utils/fdt/fdt_driver.h>
#ifdef CONFIG_FDT_TIMER
-struct fdt_timer {
- const struct fdt_match *match_table;
- int (*cold_init)(const void *fdt, int nodeoff, const struct fdt_match *match);
-};
-
int fdt_timer_init(void);
#else