Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753166AbYLZDXS (ORCPT ); Thu, 25 Dec 2008 22:23:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752593AbYLZDXF (ORCPT ); Thu, 25 Dec 2008 22:23:05 -0500 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:60259 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752214AbYLZDXE (ORCPT ); Thu, 25 Dec 2008 22:23:04 -0500 From: KOSAKI Motohiro To: LKML , Ingo Molnar , Thomas Gleixner Subject: [PATCH for -tip 1/4] hrtimer: remove #include Cc: kosaki.motohiro@jp.fujitsu.com In-Reply-To: <20081226121703.5CA3.KOSAKI.MOTOHIRO@jp.fujitsu.com> References: <20081226121703.5CA3.KOSAKI.MOTOHIRO@jp.fujitsu.com> Message-Id: <20081226122142.5CA6.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.42 [ja] Date: Fri, 26 Dec 2008 12:23:00 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 895 Lines: 32 can be removed and shoud be. because - hrtimer doesn't use any irq feature. - shouldn't be include from generic code. Signed-off-by: KOSAKI Motohiro CC: Thomas Gleixner CC: Ingo Molnar --- kernel/hrtimer.c | 1 - 1 file changed, 1 deletion(-) Index: b/kernel/hrtimer.c =================================================================== --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -32,7 +32,6 @@ */ #include -#include #include #include #include -- 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/