Commit 3581e56f authored by Pankaj Dubey's avatar Pankaj Dubey Committed by Kukjin Kim

clocksource: exynos_mct: remove unwanted header file inclusion

remove unwanted header file inclusion "asm/mach/time.h" from exynos_mct.c
Signed-off-by: default avatarPankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 38dbfb59
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment