Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759306AbZGHOsY (ORCPT ); Wed, 8 Jul 2009 10:48:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758766AbZGHOrg (ORCPT ); Wed, 8 Jul 2009 10:47:36 -0400 Received: from hera.kernel.org ([140.211.167.34]:52246 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758880AbZGHOrf (ORCPT ); Wed, 8 Jul 2009 10:47:35 -0400 Subject: [PATCH 10/44] includecheck fix: arm, mach-omap2/mcbsp.c From: Jaswinder Singh Rajput To: Russell King Cc: Kevin Hilman , Sam Ravnborg , LKML , tony@atomide.com In-Reply-To: <1247063308.4382.12.camel@ht.satnam> References: <1247063308.4382.12.camel@ht.satnam> Content-Type: text/plain Date: Wed, 08 Jul 2009 20:11:05 +0530 Message-Id: <1247064065.4382.28.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 32 fix the following 'make includecheck' warning: arch/arm/mach-omap2/mcbsp.c: mach/irqs.h is included more than once. Signed-off-by: Jaswinder Singh Rajput --- arch/arm/mach-omap2/mcbsp.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index a5c0f04..99b6e15 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include -- 1.6.0.6 -- 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/