From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752397Ab1GXD1H (ORCPT ); Sat, 23 Jul 2011 23:27:07 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:63874 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983Ab1GXD1B (ORCPT ); Sat, 23 Jul 2011 23:27:01 -0400 From: Wanlong Gao To: linux@arm.linux.org.uk Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Wanlong Gao Subject: [PATCH] ARM:mach-dove:remove the dup include serial_8250.h Date: Sun, 24 Jul 2011 11:24:32 +0800 Message-Id: <1311477872-4329-1-git-send-email-wanlong.gao@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Wanlong Gao linux/serial_8250.h has been included for twice. Signed-off-by: Wanlong Gao --- arch/arm/mach-dove/common.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index 5ed51b8..b6c3d6b 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include -- 1.7.4.1