linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource: timer-imx-gpt: remove include of <asm/mach/time.h>
@ 2015-05-29 13:12 Shawn Guo
  2015-06-01  8:45 ` Daniel Lezcano
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2015-05-29 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-01  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 13:12 [PATCH] clocksource: timer-imx-gpt: remove include of <asm/mach/time.h> Shawn Guo
2015-06-01  8:45 ` Daniel Lezcano

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).