public inbox for linux-samsung-soc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource: exynos_mct: remove unwanted header file inclusion
@ 2014-01-10  0:33 Pankaj Dubey
  2014-02-13  8:15 ` Pankaj Dubey
  2014-02-13 22:23 ` Kukjin Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Pankaj Dubey @ 2014-01-10  0:33 UTC (permalink / raw)
  To: linux-samsung-soc, linux-arm-kernel; +Cc: kgene.kim, thomas.ab, Pankaj Dubey

remove unwanted header file inclusion "asm/mach/time.h" from exynos_mct.c

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
 drivers/clocksource/exynos_mct.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index 48f76bc..ed49b25 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -25,8 +25,6 @@
 #include <linux/of_address.h>
 #include <linux/clocksource.h>
 
-#include <asm/mach/time.h>
-
 #define EXYNOS4_MCTREG(x)		(x)
 #define EXYNOS4_MCT_G_CNT_L		EXYNOS4_MCTREG(0x100)
 #define EXYNOS4_MCT_G_CNT_U		EXYNOS4_MCTREG(0x104)
-- 
1.7.10.4

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

end of thread, other threads:[~2014-02-13 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10  0:33 [PATCH] clocksource: exynos_mct: remove unwanted header file inclusion Pankaj Dubey
2014-02-13  8:15 ` Pankaj Dubey
2014-02-13 22:23 ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox