aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/moxart_timer.c
diff options
context:
space:
mode:
authorJonas Jensen <[email protected]>2013-07-26 14:03:38 +0000
committerDaniel Lezcano <[email protected]>2013-07-31 23:13:34 +0000
commitadf157ebf6097aa2abc7f05120e7dda6ed238252 (patch)
treee289a71cbe5f7a5c78455655426610a65a80667f /drivers/clocksource/moxart_timer.c
parentARM: clocksource: moxart: documentation: Fix device tree bindings document (diff)
downloadkernel-adf157ebf6097aa2abc7f05120e7dda6ed238252.tar.gz
kernel-adf157ebf6097aa2abc7f05120e7dda6ed238252.zip
ARM: clocksource: moxart: Add bitops.h include
bitops.h included implicitly, add #include <linux/bitops.h> Signed-off-by: Jonas Jensen <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
Diffstat (limited to 'drivers/clocksource/moxart_timer.c')
-rw-r--r--drivers/clocksource/moxart_timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/moxart_timer.c b/drivers/clocksource/moxart_timer.c
index 08a5943b3e42..5eb2c35932b1 100644
--- a/drivers/clocksource/moxart_timer.c
+++ b/drivers/clocksource/moxart_timer.c
@@ -20,6 +20,7 @@
#include <linux/of_irq.h>
#include <linux/io.h>
#include <linux/clocksource.h>
+#include <linux/bitops.h>
#define TIMER1_BASE 0x00
#define TIMER2_BASE 0x10