From: Baruch Siach Date: Sun, 26 May 2013 12:12:46 +0000 (+0300) Subject: clocksource: dw_apb: Remove unused header X-Git-Tag: v3.11-rc1~77^2~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0a0a7e66fa269de78975ea8d4e825a66d92b8d70;p=linux-2.6-block.git clocksource: dw_apb: Remove unused header The time.h header seems not to be used by current code. Removing this include allows the driver to build on other architecture that do not have this header. Cc: Ingo Molnar Cc: Peter Zijlstra Cc: John Stultz Cc: Thomas Gleixner Cc: Jamie Iles Cc: Dinh Nguyen Acked-by: Jamie Iles Signed-off-by: Baruch Siach [tweaked commit message and header] Signed-off-by: John Stultz --- diff --git a/drivers/clocksource/dw_apb_timer_of.c b/drivers/clocksource/dw_apb_timer_of.c index 44a3b9163c46..8d2f809a0967 100644 --- a/drivers/clocksource/dw_apb_timer_of.c +++ b/drivers/clocksource/dw_apb_timer_of.c @@ -21,7 +21,6 @@ #include #include -#include #include static void timer_get_base_and_rate(struct device_node *np,