From patchwork Thu Feb 3 21:58:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Juhl X-Patchwork-Id: 530681 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p13LxiqL022402 for ; Thu, 3 Feb 2011 21:59:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753978Ab1BCV7S (ORCPT ); Thu, 3 Feb 2011 16:59:18 -0500 Received: from swampdragon.chaosbits.net ([90.184.90.115]:13081 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753968Ab1BCV7P (ORCPT ); Thu, 3 Feb 2011 16:59:15 -0500 Received: by swampdragon.chaosbits.net (Postfix, from userid 1000) id 6D5DB9403D; Thu, 3 Feb 2011 22:58:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by swampdragon.chaosbits.net (Postfix) with ESMTP id 6B2979403B; Thu, 3 Feb 2011 22:58:18 +0100 (CET) Date: Thu, 3 Feb 2011 22:58:18 +0100 (CET) From: Jesper Juhl To: linux-arm-kernel@lists.infradead.org cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Russell King , Tony Lindgren , trivial@kernel.org Subject: [PATCH][trivial] ARM, OMAP, timer: Remove duplicate inclusion of linux/sched.h from arch/arm/mach-omap1/time.c Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 03 Feb 2011 21:59:45 +0000 (UTC) diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index f83fc33..6885d2f 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c @@ -44,7 +44,6 @@ #include #include #include -#include #include #include