From: Richard Cochran Date: Tue, 6 Jan 2015 13:26:13 +0000 (+0100) Subject: arm_arch_timer: include clocksource.h directly X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7c8f1e78612f3155bfd10c020b38bcb4ca175223;p=linux-beck.git arm_arch_timer: include clocksource.h directly This driver makes use of the clocksource code. Previously it had only included the proper header indirectly, but that chain was inadvertently broken by 74d23cc "time: move the timecounter/cyclecounter code into its own file." This patch fixes the issue by including clocksource.h directly. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index 6a79fc4f900c..8e67e72f8795 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include