Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799Ab3EZNDK (ORCPT ); Sun, 26 May 2013 09:03:10 -0400 Received: from tango.tkos.co.il ([62.219.50.35]:44134 "EHLO tango.tkos.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752625Ab3EZNDI (ORCPT ); Sun, 26 May 2013 09:03:08 -0400 X-Greylist: delayed 2896 seconds by postgrey-1.27 at vger.kernel.org; Sun, 26 May 2013 09:03:08 EDT From: Baruch Siach To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Baruch Siach , Ingo Molnar , Peter Zijlstra , John Stultz , Thomas Gleixner , Jamie Iles , Dinh Nguyen Subject: [PATCH 1/2] clocksource: dw_apb: remove unused header Date: Sun, 26 May 2013 15:12:46 +0300 Message-Id: <1369570367-994-1-git-send-email-baruch@tkos.co.il> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1191 Lines: 34 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 Signed-off-by: Baruch Siach --- drivers/clocksource/dw_apb_timer_of.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/dw_apb_timer_of.c b/drivers/clocksource/dw_apb_timer_of.c index ab09ed3..5a61ebc 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, -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/