From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clocksource: timer-imx-gpt: remove include of <asm/mach/time.h>
Date: Fri, 29 May 2015 21:12:27 +0800 [thread overview]
Message-ID: <1432905147-23754-1-git-send-email-shawn.guo@linaro.org> (raw)
The include of <asm/mach/time.h> is not needed at all, and causes build
error in powerpc allyesconfig. Remove it.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
drivers/clocksource/timer-imx-gpt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c
index ec144ce9f880..a98d1104b3fd 100644
--- a/drivers/clocksource/timer-imx-gpt.c
+++ b/drivers/clocksource/timer-imx-gpt.c
@@ -34,8 +34,6 @@
#include <linux/of_irq.h>
#include <soc/imx/timer.h>
-#include <asm/mach/time.h>
-
/*
* There are 4 versions of the timer hardware on Freescale MXC hardware.
* - MX1/MXL
--
1.9.1
next reply other threads:[~2015-05-29 13:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-29 13:12 Shawn Guo [this message]
2015-06-01 8:45 ` [PATCH] clocksource: timer-imx-gpt: remove include of <asm/mach/time.h> Daniel Lezcano
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=1432905147-23754-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).