summaryrefslogtreecommitdiff
path: root/drivers/timer/cadence-ttc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/timer/cadence-ttc.c')
-rw-r--r--drivers/timer/cadence-ttc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/timer/cadence-ttc.c b/drivers/timer/cadence-ttc.c
index ed48a145f2..e6b6dfe376 100644
--- a/drivers/timer/cadence-ttc.c
+++ b/drivers/timer/cadence-ttc.c
@@ -4,10 +4,13 @@
*/
#include <common.h>
+#include <bootstage.h>
#include <dm.h>
#include <errno.h>
+#include <init.h>
#include <timer.h>
#include <asm/io.h>
+#include <linux/bitops.h>
#include <linux/err.h>
#define CNT_CNTRL_RESET BIT(4)