[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1374847418-21436-1-git-send-email-jonas.jensen@gmail.com>
Date: Fri, 26 Jul 2013 16:03:38 +0200
From: Jonas Jensen <jonas.jensen@...il.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, arm@...nel.org,
john.stultz@...aro.org, tglx@...utronix.de,
u.kleine-koenig@...gutronix.de, tomasz.figa@...il.com,
linus.walleij@...aro.org, thomas.petazzoni@...e-electrons.com,
arnd@...db.de, daniel.lezcano@...aro.org,
Jonas Jensen <jonas.jensen@...il.com>
Subject: [PATCH] ARM: clocksource: moxart: add bitops.h include
bitops.h included implicitly, add #include <linux/bitops.h>
Signed-off-by: Jonas Jensen <jonas.jensen@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists