From 351bb99b71048529f6977389859a9f83fb2115ab Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Sat, 31 Oct 2015 20:20:43 +0100 Subject: [PATCH] clocksource/drivers/vt8500: Remove unneeded header Remove the header inclusion which is pointless. Signed-off-by: Daniel Lezcano --- drivers/clocksource/vt8500_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/vt8500_timer.c b/drivers/clocksource/vt8500_timer.c index a92e94b..de49805 100644 --- a/drivers/clocksource/vt8500_timer.c +++ b/drivers/clocksource/vt8500_timer.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include -- 2.7.4