From patchwork Tue Jun 30 19:38:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hartley Sweeten X-Patchwork-Id: 29338 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.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 bilbo.ozlabs.org (Postfix) with ESMTPS id D99E9B70E3 for ; Wed, 1 Jul 2009 13:06:47 +1000 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MLj9j-0001VD-0w; Tue, 30 Jun 2009 19:38:15 +0000 Received: from exprod6ob111.obsmtp.com ([64.18.1.26] helo=psmtp.com) by bombadil.infradead.org with smtp (Exim 4.69 #1 (Red Hat Linux)) id 1MLj9Z-0008RA-18 for linux-mtd@lists.infradead.org; Tue, 30 Jun 2009 19:38:11 +0000 Received: from source ([63.240.6.3]) (using TLSv1) by exprod6ob111.postini.com ([64.18.5.12]) with SMTP ID DSNKSkppmgJPMZkVoWhJ+pR3B+rLZzI0KAgh@postini.com; Tue, 30 Jun 2009 12:38:04 PDT Received: from D01HOST03.Mi8.com ([172.16.1.25]) by Outbound02.Mi8.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Jun 2009 15:38:01 -0400 Received: from mi8nycmail19.Mi8.com ([172.16.7.219]) by D01HOST03.Mi8.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 30 Jun 2009 15:38:01 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: [PATCH] ep93xx: cleanup includes in ts7250 nand driver Date: Tue, 30 Jun 2009 15:38:00 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] ep93xx: cleanup includes in ts7250 nand driver Thread-Index: Acn5ukac0xzuXNsFQbSD7sucPvauUg== From: "H Hartley Sweeten" To: "linux-arm-kernel" , X-OriginalArrivalTime: 30 Jun 2009 19:38:01.0314 (UTC) FILETIME=[475ADC20:01C9F9BA] X-Spam-Score: -4.0 (----) X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary: Content analysis details: (-4.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -4.0 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [64.18.1.26 listed in list.dnswl.org] Cc: Lennert Buytenhek X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.11 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 ep93xx: cleanup includes in ts7250 nand driver 1. should be included not 2. add platform specific header Signed-off-by: H Hartley Sweeten Cc: Lennert Buytenhek diff --git a/drivers/mtd/nand/ts7250.c b/drivers/mtd/nand/ts7250.c index 2c410a0..0f5562a 100644 --- a/drivers/mtd/nand/ts7250.c +++ b/drivers/mtd/nand/ts7250.c @@ -24,8 +24,11 @@ #include #include #include -#include +#include + #include +#include + #include #include