From: David Lechner <david@lechnology.com>
To: John Stultz <john.stultz@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org, David Lechner <david@lechnology.com>
Subject: [PATCH] clocksource: Add missing include of of.h.
Date: Wed, 9 Mar 2016 18:16:54 -0600 [thread overview]
Message-ID: <1457569014-25475-1-git-send-email-david@lechnology.com> (raw)
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@lechnology.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
next reply other threads:[~2016-03-10 1:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 0:16 David Lechner [this message]
2016-04-07 22:29 ` John Stultz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457569014-25475-1-git-send-email-david@lechnology.com \
--to=david@lechnology.com \
--cc=john.stultz@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome