This patch removes unneccessary header inclusions from the samsung-pwm clocksource driver. Signed-off-by: Tomasz Figa <t.figa@xxxxxxxxxxx> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> --- drivers/clocksource/samsung_pwm.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/clocksource/samsung_pwm.c b/drivers/clocksource/samsung_pwm.c index 99c376d..b816b65 100644 --- a/drivers/clocksource/samsung_pwm.c +++ b/drivers/clocksource/samsung_pwm.c @@ -24,14 +24,8 @@ #include <clocksource/samsung_pwm.h> -#include <asm/smp_twd.h> -#include <asm/mach/time.h> -#include <asm/mach/arch.h> #include <asm/sched_clock.h> -#include <plat/devs.h> -#include <plat/samsung-time.h> - /* * PWM master driver */ -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html