From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968000Ab0B0It2 (ORCPT ); Sat, 27 Feb 2010 03:49:28 -0500 Received: from hera.kernel.org ([140.211.167.34]:34050 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967981Ab0B0It0 (ORCPT ); Sat, 27 Feb 2010 03:49:26 -0500 Subject: [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c From: Jaswinder Singh Rajput To: Nicolas Ferre , Russell King , linux-arm-kernel , LKML Content-Type: text/plain; charset="UTF-8" Date: Sat, 27 Feb 2010 14:17:30 +0530 Message-Id: <1267260450.26906.9.camel@i7.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.28.0 (2.28.0-2.fc12) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix the following 'make includecheck' warning: arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: Nicolas Ferre Cc: Russell King --- arch/arm/mach-at91/board-sam9m10g45ek.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c index 98f9f4b..f2ba9e2 100644 --- a/arch/arm/mach-at91/board-sam9m10g45ek.c +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c @@ -36,7 +36,6 @@ #include #include -#include #include #include #include -- 1.6.6 From mboxrd@z Thu Jan 1 00:00:00 1970 From: jaswinder@kernel.org (Jaswinder Singh Rajput) Date: Sat, 27 Feb 2010 14:17:30 +0530 Subject: [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c Message-ID: <1267260450.26906.9.camel@i7.satnam> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Fix the following 'make includecheck' warning: arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: Nicolas Ferre Cc: Russell King --- arch/arm/mach-at91/board-sam9m10g45ek.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c index 98f9f4b..f2ba9e2 100644 --- a/arch/arm/mach-at91/board-sam9m10g45ek.c +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c @@ -36,7 +36,6 @@ #include #include -#include #include #include #include -- 1.6.6