From mboxrd@z Thu Jan 1 00:00:00 1970 From: pankaj.dubey@samsung.com (Pankaj Dubey) Date: Thu, 13 Feb 2014 17:15:52 +0900 Subject: [PATCH] clocksource: exynos_mct: remove unwanted header file inclusion In-Reply-To: <1389314025-2890-1-git-send-email-pankaj.dubey@samsung.com> References: <1389314025-2890-1-git-send-email-pankaj.dubey@samsung.com> Message-ID: <52FC7F38.1060603@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/10/2014 09:33 AM, Pankaj Dubey wrote: > remove unwanted header file inclusion "asm/mach/time.h" from exynos_mct.c > > Signed-off-by: Pankaj Dubey > --- > 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 > #include > > -#include > - > #define EXYNOS4_MCTREG(x) (x) > #define EXYNOS4_MCT_G_CNT_L EXYNOS4_MCTREG(0x100) > #define EXYNOS4_MCT_G_CNT_U EXYNOS4_MCTREG(0x104) Ping. Thanks, Pankaj Dubey