clocksource: Add missing include of of.h.
authorDavid Lechner <david@lechnology.com>
Thu, 10 Mar 2016 00:16:54 +0000 (18:16 -0600)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 22 Apr 2016 18:38:56 +0000 (11:38 -0700)
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.

Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/clocksource.h

index a307bf62974fd34d9115d04f663bc9fa3caa0d9d..44a1aff225666108c91a8d9f61081315b75d0617 100644 (file)
@@ -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>
 
This page took 0.027652 seconds and 5 git commands to generate.