Skip to content

Commit

Permalink
ARM: clocksource: moxart: Add bitops.h include
Browse files Browse the repository at this point in the history
bitops.h included implicitly, add #include <linux/bitops.h>

Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
  • Loading branch information
Jonas Jensen authored and Daniel Lezcano committed Jul 31, 2013
1 parent b662a86 commit adf157e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clocksource/moxart_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adf157e

Please sign in to comment.