aboutsummaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/cadence-ttc.c b/drivers/timer/cadence-ttc.c
index f4942a5..e6b6dfe 100644
--- a/drivers/timer/cadence-ttc.c
+++ b/drivers/timer/cadence-ttc.c
@@ -10,6 +10,7 @@
#include <init.h>
#include <timer.h>
#include <asm/io.h>
+#include <linux/bitops.h>
#include <linux/err.h>
#define CNT_CNTRL_RESET BIT(4)