From patchwork Sun Oct 2 14:16:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lei Wen X-Patchwork-Id: 117293 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id F33AB1007D6 for ; Mon, 3 Oct 2011 01:18:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C326728255; Sun, 2 Oct 2011 16:18:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1x9hDoLUwYyp; Sun, 2 Oct 2011 16:18:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 393E428262; Sun, 2 Oct 2011 16:18:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 797D42825A for ; Sun, 2 Oct 2011 16:18:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W3IuOj5HX0jJ for ; Sun, 2 Oct 2011 16:18:21 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by theia.denx.de (Postfix) with ESMTPS id 0399D2825D for ; Sun, 2 Oct 2011 16:18:12 +0200 (CEST) Received: by mail-iy0-f172.google.com with SMTP id y26so3973440iab.3 for ; Sun, 02 Oct 2011 07:18:12 -0700 (PDT) Received: by 10.231.50.202 with SMTP id a10mr22609196ibg.39.1317565092597; Sun, 02 Oct 2011 07:18:12 -0700 (PDT) Received: from localhost.localdomain ([114.92.64.66]) by mx.google.com with ESMTPS id fy35sm22319115ibb.4.2011.10.02.07.18.08 (version=SSLv3 cipher=OTHER); Sun, 02 Oct 2011 07:18:12 -0700 (PDT) From: Lei Wen To: Prafulla Wadaskar , u-boot@lists.denx.de Date: Sun, 2 Oct 2011 07:16:52 -0700 Message-Id: <1317565013-22438-5-git-send-email-leiwen@marvell.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1317565013-22438-1-git-send-email-leiwen@marvell.com> References: <1317565013-22438-1-git-send-email-leiwen@marvell.com> Subject: [U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Build pass with following config: dkb_config aspenite_config edminiv2_config openrd_ultimate_config sheevaplug_config mv88f6281gtw_ge_config rd6281a_config guruplug_config km_kirkwood_config Signed-off-by: Lei Wen Acked-by: Wolfgang Denk --- drivers/serial/serial.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index 0d56e78..0d6ad62 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -28,15 +28,6 @@ #ifdef CONFIG_NS87308 #include #endif -#ifdef CONFIG_KIRKWOOD -#include -#elif defined(CONFIG_ORION5X) -#include -#elif defined(CONFIG_ARMADA100) -#include -#elif defined(CONFIG_PANTHEON) -#include -#endif #if defined (CONFIG_SERIAL_MULTI) #include