Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757485Ab1EZOvp (ORCPT ); Thu, 26 May 2011 10:51:45 -0400 Received: from londo.lunn.ch ([80.238.139.98]:59738 "EHLO londo.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755635Ab1EZOvo (ORCPT ); Thu, 26 May 2011 10:51:44 -0400 Date: Thu, 26 May 2011 16:48:04 +0200 From: Andrew Lunn To: Jesper Juhl Cc: linux-arm-kernel@lists.infradead.org, Andrew Lunn , trivial@kernel.org, linux-kernel@vger.kernel.org, Russell King , Nicolas Pitre Subject: Re: [PATCH][Trivial] ARM: remove duplicate include from arch/arm/mach-dove/common.c Message-ID: <20110526144804.GA31651@lunn.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1103 Lines: 36 Jesper Juhl pointed out there is a redundant include of linux/serial_8250.h. However it turns out both are redundant. This patch removes them both. Only compile tested. Reported-by: Jesper Juhl Signed-off-by: Andrew Lunn --- arch/arm/mach-dove/common.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index 5ed51b8..83dce85 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -13,11 +13,9 @@ #include #include #include -#include #include #include #include -#include #include #include #include -- 1.7.4.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/