From patchwork Mon Dec 15 05:46:12 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manasa Gangaiah X-Patchwork-Id: 13976 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 0768FDDFBA for ; Mon, 15 Dec 2008 16:48:32 +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 1LC6He-0006AO-TR; Mon, 15 Dec 2008 05:46:22 +0000 Received: from bear.ext.ti.com ([192.94.94.41]) by bombadil.infradead.org with esmtps (Exim 4.68 #1 (Red Hat Linux)) id 1LC6Hb-00067A-4Q for linux-mtd@lists.infradead.org; Mon, 15 Dec 2008 05:46:19 +0000 Received: from dlep36.itg.ti.com ([157.170.170.91]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id mBF5kDNV019657 for ; Sun, 14 Dec 2008 23:46:18 -0600 Received: from webmail.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id mBF5kAuU021054 for ; Sun, 14 Dec 2008 23:46:11 -0600 (CST) Received: from 192.168.10.89 (proxying for 10.24.255.17) (SquirrelMail authenticated user x0099189); by dbdmail.itg.ti.com with HTTP; Mon, 15 Dec 2008 11:16:12 +0530 (IST) Message-ID: <64077.192.168.10.89.1229319972.squirrel@dbdmail.itg.ti.com> Date: Mon, 15 Dec 2008 11:16:12 +0530 (IST) Subject: [PATCH] [MTD] [NAND] : Removing file name from the header section. From: "Manasa Gangaiah" To: linux-mtd@lists.infradead.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal X-Spam-Score: 0.0 (/) 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 This patch removes the file name in the header section. Signed-off-by: Manasa Gangaiah --- drivers/mtd/nand/autcpu12.c | 1 - drivers/mtd/nand/nand_base.c | 1 - drivers/mtd/nand/nand_bbt.c | 1 - drivers/mtd/nand/nandids.c | 1 - drivers/mtd/nand/ndfc.c | 1 - 5 files changed, 5 deletions(-) --- a/drivers/mtd/nand/autcpu12.c 2008-12-12 17:32:38.000000000 +0530 +++ b/drivers/mtd/nand/autcpu12.c 2008-12-15 10:31:16.000000000 +0530 @@ -1,5 +1,4 @@ /* - * drivers/mtd/autcpu12.c * * Copyright (c) 2002 Thomas Gleixner * --- a/drivers/mtd/nand/nand_base.c 2008-12-12 16:59:41.000000000 +0530 +++ b/drivers/mtd/nand/nand_base.c 2008-12-15 10:31:28.000000000 +0530 @@ -1,5 +1,4 @@ /* - * drivers/mtd/nand.c * * Overview: * This is the generic MTD driver for NAND flash devices. It should be --- a/drivers/mtd/nand/nand_bbt.c 2008-12-12 17:42:50.000000000 +0530 +++ b/drivers/mtd/nand/nand_bbt.c 2008-12-15 10:31:38.000000000 +0530 @@ -1,5 +1,4 @@ /* - * drivers/mtd/nand_bbt.c * * Overview: * Bad block table support for the NAND driver --- a/drivers/mtd/nand/nandids.c 2008-12-12 17:24:52.000000000 +0530 +++ b/drivers/mtd/nand/nandids.c 2008-12-15 10:31:46.000000000 +0530 @@ -1,5 +1,4 @@ /* - * drivers/mtd/nandids.c * * Copyright (C) 2002 Thomas Gleixner (tglx@linutronix.de) * --- a/drivers/mtd/nand/ndfc.c 2008-12-12 17:28:56.000000000 +0530 +++ b/drivers/mtd/nand/ndfc.c 2008-12-15 10:31:53.000000000 +0530 @@ -1,5 +1,4 @@ /* - * drivers/mtd/ndfc.c * * Overview: * Platform independend driver for NDFC (NanD Flash Controller)