[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-2699339361a9bacb3fa663e6b8981a040cfca4ee@git.kernel.org>
Date: Mon, 24 Jun 2013 16:45:31 -0700
From: tip-bot for Fabio Estevam <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
fabio.estevam@...escale.com, tglx@...utronix.de, festevam@...il.com
Subject: [tip:timers/core] clocksource: vf_pit_timer: Use linux/
sched_clock.h
Commit-ID: 2699339361a9bacb3fa663e6b8981a040cfca4ee
Gitweb: http://git.kernel.org/tip/2699339361a9bacb3fa663e6b8981a040cfca4ee
Author: Fabio Estevam <festevam@...il.com>
AuthorDate: Mon, 24 Jun 2013 20:20:08 -0300
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Tue, 25 Jun 2013 01:41:48 +0200
clocksource: vf_pit_timer: Use linux/sched_clock.h
Commit 38ff87f7 (sched_clock: Make ARM's sched_clock generic for all
architectures) changed the header to <linux/sched_clock.h>, so adapt
it in order to fix the following build error:
drivers/clocksource/vf_pit_timer.c:15:29: fatal error: asm/sched_clock.h: No such file or directory
Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
Cc: shawn.guo@...aro.org
Cc: sboyd@...eaurora.org
Cc: john.stultz@...aro.org
Link: http://lkml.kernel.org/r/1372116008-2323-1-git-send-email-festevam@gmail.com
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
drivers/clocksource/vf_pit_timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/vf_pit_timer.c b/drivers/clocksource/vf_pit_timer.c
index 598399d..587e020 100644
--- a/drivers/clocksource/vf_pit_timer.c
+++ b/drivers/clocksource/vf_pit_timer.c
@@ -12,7 +12,7 @@
#include <linux/clk.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
-#include <asm/sched_clock.h>
+#include <linux/sched_clock.h>
/*
* Each pit takes 0x10 Bytes register space
--
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