aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/omap-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/timer/omap-timer.c')
-rw-r--r--drivers/timer/omap-timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/omap-timer.c b/drivers/timer/omap-timer.c
index a13fb71..700c349 100644
--- a/drivers/timer/omap-timer.c
+++ b/drivers/timer/omap-timer.c
@@ -11,6 +11,7 @@
#include <timer.h>
#include <asm/io.h>
#include <asm/arch/clock.h>
+#include <linux/bitops.h>
/* Timer register bits */
#define TCLR_START BIT(0) /* Start=1 */