lkml.org 
[lkml]   [2013]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ARM: clocksource: moxart: add bitops.h include
Date
bitops.h included implicitly, add #include <linux/bitops.h>

Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
---

Notes:
Hi Daniel,

A separate patch for moxart clocksource (already merged), as you requested.

Can be applied directly to timers/clockevents-next.

Best regards,
Jonas

drivers/clocksource/moxart_timer.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/clocksource/moxart_timer.c b/drivers/clocksource/moxart_timer.c
index 08a5943..5eb2c35 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
--
1.8.2.1


\
 
 \ /
  Last update: 2013-07-26 17:01    [W:1.356 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site