From patchwork Mon Oct 20 22:33:42 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huang Weiyi X-Patchwork-Id: 5149 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9AE05DDDEE for ; Tue, 21 Oct 2008 09:45:20 +1100 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1Ks3Jw-0007xY-HK; Mon, 20 Oct 2008 22:33:52 +0000 Received: from ti-out-0910.google.com ([209.85.142.189]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1Ks3Jv-0007we-1p for linux-mtd@lists.infradead.org; Mon, 20 Oct 2008 22:33:51 +0000 Received: by ti-out-0910.google.com with SMTP id a21so1031754tia.2 for ; Mon, 20 Oct 2008 15:33:48 -0700 (PDT) Received: by 10.110.50.19 with SMTP id x19mr5359861tix.40.1224542028566; Mon, 20 Oct 2008 15:33:48 -0700 (PDT) Received: from ?222.95.172.92? ([222.95.172.92]) by mx.google.com with ESMTPS id a4sm1861565tib.4.2008.10.20.15.33.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Oct 2008 15:33:47 -0700 (PDT) Date: Tue, 21 Oct 2008 06:33:42 +0800 From: Huang Weiyi To: dwmw2@infradead.org, David.Woodhouse@intel.com Subject: [MTD] [NAND] OMAP2: remove duplicated #include Message-Id: <20081021063034.DBB4.WEIYI.HUANG@gmail.com> MIME-Version: 1.0 X-Mailer: Becky! ver. 2.24.02 [en] X-Spam-Score: 0.0 (/) Cc: linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Removed duplicated #include in drivers/mtd/onenand/omap2.c. Signed-off-by: Huang Weiyi diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index 8387e05..e39b21d 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include