Skip to content
Snippets Groups Projects
Commit adf157eb authored by Jonas Jensen's avatar Jonas Jensen Committed by Daniel Lezcano
Browse files

ARM: clocksource: moxart: Add bitops.h include


bitops.h included implicitly, add #include <linux/bitops.h>

Signed-off-by: default avatarJonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent b662a866
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/clocksource.h> #include <linux/clocksource.h>
#include <linux/bitops.h>
#define TIMER1_BASE 0x00 #define TIMER1_BASE 0x00
#define TIMER2_BASE 0x10 #define TIMER2_BASE 0x10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment