From patchwork Sun Jul 24 03:24:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wanlong Gao X-Patchwork-Id: 1002702 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6O3RUnj028873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 24 Jul 2011 03:27:51 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QkpLS-0003Sp-EU; Sun, 24 Jul 2011 03:27:10 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QkpLQ-0000l2-C9; Sun, 24 Jul 2011 03:27:08 +0000 Received: from mail-pz0-f43.google.com ([209.85.210.43]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QkpLM-0000kj-WD for linux-arm-kernel@lists.infradead.org; Sun, 24 Jul 2011 03:27:06 +0000 Received: by pzk1 with SMTP id 1so6200772pzk.16 for ; Sat, 23 Jul 2011 20:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=364/xwarUvJcEYBR/yEMdjanOqXBShy/prB1A2UJcJ0=; b=CSo3/2of1AeDD1nEaLIBBLgOgIC8S9DbwfT9TpeJLQmY7zoTfsYBVUxYQvPyIQWvIu EUI8r7Hnon/7n2T53MR/jlxYjk7giYNDLZlghuAJks1xi9J3P9KVdHmjpIkG6RLzm37t PutFvBlrBhZy0ABQbXhWgUpbEuIXgJZZFSFRk= Received: by 10.68.16.97 with SMTP id f1mr5351268pbd.440.1311478021088; Sat, 23 Jul 2011 20:27:01 -0700 (PDT) Received: from localhost.localdomain ([112.80.236.140]) by mx.google.com with ESMTPS id r8sm3251856pbd.60.2011.07.23.20.26.58 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Jul 2011 20:27:00 -0700 (PDT) From: Wanlong Gao To: linux@arm.linux.org.uk 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 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110723_232705_379100_C97A607B X-CRM114-Status: GOOD ( 11.02 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (wanlong.gao[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.43 listed in list.dnswl.org] 0.0 T_TO_NO_BRKTS_FREEMAIL To: misformatted and free email service Cc: Wanlong Gao , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 24 Jul 2011 03:27:52 +0000 (UTC) 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