[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1457569014-25475-1-git-send-email-david@lechnology.com>
Date: Wed, 9 Mar 2016 18:16:54 -0600
From: David Lechner <david@...hnology.com>
To: John Stultz <john.stultz@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org, David Lechner <david@...hnology.com>
Subject: [PATCH] clocksource: Add missing include of of.h.
This header uses OF_DELCARE_1 which is defined in linux/of.h.
This fixes getting unhelpful compiler error messages about missing ')'
before a string constant.
Signed-off-by: David Lechner <david@...hnology.com>
---
include/linux/clocksource.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index 7784b59..47cc33c 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -15,6 +15,7 @@
#include <linux/cache.h>
#include <linux/timer.h>
#include <linux/init.h>
+#include <linux/of.h>
#include <asm/div64.h>
#include <asm/io.h>
--
1.9.1
Powered by blists - more mailing lists