From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: "Vincent Stehlé" <vincent.stehle@freescale.com>
Cc: linux-next@vger.kernel.org, Jingchang Lu <b35083@freescale.com>,
John Stultz <john.stultz@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
trivial@kernel.org
Subject: Re: [PATCH] clocksource: fix Freescale Vybrid pit timer compilation
Date: Thu, 20 Jun 2013 11:37:26 +0200 [thread overview]
Message-ID: <51C2CD56.6080009@linaro.org> (raw)
In-Reply-To: <1371719381-19937-1-git-send-email-vincent.stehle@freescale.com>
On 06/20/2013 11:09 AM, Vincent Stehlé wrote:
> Update sched_clock.h path to fix the following compilation error:
>
> drivers/clocksource/vf_pit_timer.c:15:29: fatal error: asm/sched_clock.h: No such file or directory
> compilation terminated.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com>
> Cc: Jingchang Lu <b35083@freescale.com>
> Cc: John Stultz <john.stultz@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: trivial@kernel.org
> ---
Applied in my tree:
https://git.linaro.org/gitweb?p=people/dlezcano/clockevents.git;a=commit;h=533bac4630b69e201aed29a2bbf5df595df8d5fa
Thanks
-- Daniel
> Hi,
>
> Compilation of imx_v6_v7_defconfig in linux-next just broke. Here is a fix.
>
> Best regards,
>
> V.
>
>
> 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
>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
prev parent reply other threads:[~2013-06-20 9:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 9:09 [PATCH] clocksource: fix Freescale Vybrid pit timer compilation Vincent Stehlé
2013-06-20 9:37 ` Daniel Lezcano [this message]
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=51C2CD56.6080009@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=b35083@freescale.com \
--cc=john.stultz@linaro.org \
--cc=linux-next@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
--cc=vincent.stehle@freescale.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.