Skip to content

Commit

Permalink
MTD/JFFS2: remove CVS keywords
Browse files Browse the repository at this point in the history
Once upon a time, the MTD repository was using CVS.

This patch therefore removes all usages of the no longer updated CVS
keywords from the MTD code.

This also includes code that printed them to the user.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
AdrianBunk authored and dwmw2 committed Jun 4, 2008
1 parent 6eda7a5 commit 59018b6
Show file tree
Hide file tree
Showing 138 changed files with 3 additions and 279 deletions.
2 changes: 0 additions & 2 deletions drivers/mtd/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id: Kconfig,v 1.11 2005/11/07 11:14:19 gleixner Exp $

menuconfig MTD
tristate "Memory Technology Device (MTD) support"
depends on HAS_IOMEM
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/afs.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
This is access code for flashes using ARM's flash partitioning
standards.
$Id: afs.c,v 1.15 2005/11/07 11:14:19 gleixner Exp $
======================================================================*/

#include <linux/module.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/chips/cfi_cmdset_0001.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* (C) 2000 Red Hat. GPL'd
*
* $Id: cfi_cmdset_0001.c,v 1.186 2005/11/23 22:07:52 nico Exp $
*
*
* 10/10/2000 Nicolas Pitre <[email protected]>
* - completely revamped method functions so they are aware and
Expand Down
3 changes: 0 additions & 3 deletions drivers/mtd/chips/cfi_cmdset_0002.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
* Occasionally maintained by Thayne Harbaugh tharbaugh at lnxi dot com
*
* This code is GPL
*
* $Id: cfi_cmdset_0002.c,v 1.122 2005/11/07 11:14:22 gleixner Exp $
*
*/

#include <linux/module.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/chips/cfi_cmdset_0020.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* (C) 2000 Red Hat. GPL'd
*
* $Id: cfi_cmdset_0020.c,v 1.22 2005/11/07 11:14:22 gleixner Exp $
*
* 10/10/2000 Nicolas Pitre <[email protected]>
* - completely revamped method functions so they are aware and
* independent of the flash geometry (buswidth, interleave, etc.)
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/chips/cfi_probe.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
Common Flash Interface probe code.
(C) 2000 Red Hat. GPL'd.
$Id: cfi_probe.c,v 1.86 2005/11/29 14:48:31 gleixner Exp $
*/

#include <linux/module.h>
Expand Down
3 changes: 0 additions & 3 deletions drivers/mtd/chips/cfi_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
* Copyright (C) 2003 STMicroelectronics Limited
*
* This code is covered by the GPL.
*
* $Id: cfi_util.c,v 1.10 2005/11/07 11:14:23 gleixner Exp $
*
*/

#include <linux/module.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/chips/chipreg.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* $Id: chipreg.c,v 1.17 2004/11/16 18:29:00 dwmw2 Exp $
*
* Registration for chip drivers
*
*/
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/chips/gen_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Routines common to all CFI-type probes.
* (C) 2001-2003 Red Hat, Inc.
* GPL'd
* $Id: gen_probe.c,v 1.24 2005/11/07 11:14:23 gleixner Exp $
*/

#include <linux/kernel.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/chips/jedec_probe.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
Common Flash Interface probe code.
(C) 2000 Red Hat. GPL'd.
$Id: jedec_probe.c,v 1.66 2005/11/07 11:14:23 gleixner Exp $
See JEDEC (http://www.jedec.org/) standard JESD21C (section 3.5)
for the standard this probe goes back to.
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/chips/map_absent.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Common code to handle absent "placeholder" devices
* Copyright 2001 Resilience Corporation <[email protected]>
* $Id: map_absent.c,v 1.6 2005/11/07 11:14:23 gleixner Exp $
*
* This map driver is used to allocate "placeholder" MTD
* devices on systems that have socketed/removable media.
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/chips/map_ram.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Common code to handle map devices which are simple RAM
* (C) 2000 Red Hat. GPL'd.
* $Id: map_ram.c,v 1.22 2005/01/05 18:05:12 dwmw2 Exp $
*/

#include <linux/module.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/chips/map_rom.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Common code to handle map devices which are simple ROM
* (C) 2000 Red Hat. GPL'd.
* $Id: map_rom.c,v 1.23 2005/01/05 18:05:12 dwmw2 Exp $
*/

#include <linux/module.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/cmdlinepart.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* $Id: cmdlinepart.c,v 1.19 2005/11/07 11:14:19 gleixner Exp $
*
* Read flash partition table from command line
*
* Copyright 2002 SYSGO Real-Time Solutions GmbH
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.18 2005/11/07 11:14:24 gleixner Exp $

menu "Self-contained MTD device drivers"
depends on MTD!=n
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/devices/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#
# linux/drivers/devices/Makefile
#
# $Id: Makefile.common,v 1.7 2004/12/22 17:51:15 joern Exp $

obj-$(CONFIG_MTD_DOC2000) += doc2000.o
obj-$(CONFIG_MTD_DOC2001) += doc2001.o
Expand Down
6 changes: 0 additions & 6 deletions drivers/mtd/devices/block2mtd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* $Id: block2mtd.c,v 1.30 2005/11/29 14:48:32 gleixner Exp $
*
* block2mtd.c - create an mtd from a block device
*
* Copyright (C) 2001,2002 Simon Evans <[email protected]>
Expand All @@ -20,9 +18,6 @@
#include <linux/mutex.h>
#include <linux/mount.h>

#define VERSION "$Revision: 1.30 $"


#define ERROR(fmt, args...) printk(KERN_ERR "block2mtd: " fmt "\n" , ## args)
#define INFO(fmt, args...) printk(KERN_INFO "block2mtd: " fmt "\n" , ## args)

Expand Down Expand Up @@ -451,7 +446,6 @@ MODULE_PARM_DESC(block2mtd, "Device to use. \"block2mtd=<dev>[,<erasesize>]\"");
static int __init block2mtd_init(void)
{
int ret = 0;
INFO("version " VERSION);

#ifndef MODULE
if (strlen(block2mtd_paramline))
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/doc2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* Linux driver for Disk-On-Chip 2000 and Millennium
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse <[email protected]>
*
* $Id: doc2000.c,v 1.67 2005/11/07 11:14:24 gleixner Exp $
*/

#include <linux/kernel.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/doc2001.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* Linux driver for Disk-On-Chip Millennium
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse <[email protected]>
*
* $Id: doc2001.c,v 1.49 2005/11/07 11:14:24 gleixner Exp $
*/

#include <linux/kernel.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/doc2001plus.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse <[email protected]>
*
* $Id: doc2001plus.c,v 1.14 2005/11/07 11:14:24 gleixner Exp $
*
* Released under GPL
*/

Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/docecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* Author: Fabrice Bellard ([email protected])
* Copyright (C) 2000 Netgem S.A.
*
* $Id: docecc.c,v 1.7 2005/11/07 11:14:25 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
3 changes: 0 additions & 3 deletions drivers/mtd/devices/docprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
/* (C) 1999 Machine Vision Holdings, Inc. */
/* (C) 1999-2003 David Woodhouse <[email protected]> */

/* $Id: docprobe.c,v 1.46 2005/11/07 11:14:25 gleixner Exp $ */



/* DOC_PASSIVE_PROBE:
In order to ensure that the BIOS checksum is correct at boot time, and
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/lart.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/*
* MTD driver for the 28F160F3 Flash Memory (non-CFI) on LART.
*
* $Id: lart.c,v 1.9 2005/11/07 11:14:25 gleixner Exp $
*
* Author: Abraham vd Merwe <[email protected]>
*
* Copyright (c) 2001, 2d3D, Inc.
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/ms02-nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
* $Id: ms02-nv.c,v 1.11 2005/11/14 13:41:47 macro Exp $
*/

#include <linux/init.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/ms02-nv.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
* $Id: ms02-nv.h,v 1.3 2003/08/19 09:25:36 dwmw2 Exp $
*/

#include <linux/ioport.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/devices/mtdram.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* mtdram - a test mtd device
* $Id: mtdram.c,v 1.37 2005/04/21 03:42:11 joern Exp $
* Author: Alexander Larsson <[email protected]>
*
* Copyright (c) 1999 Alexander Larsson <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/phram.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
*
* Copyright (c) ???? Jochen Schäuble <[email protected]>
* Copyright (c) 2003-2004 Joern Engel <[email protected]>
*
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/pmc551.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* $Id: pmc551.c,v 1.32 2005/11/07 11:14:25 gleixner Exp $
*
* PMC551 PCI Mezzanine Ram Device
*
* Author:
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/devices/slram.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*======================================================================
$Id: slram.c,v 1.36 2005/11/07 11:14:25 gleixner Exp $
This driver provides a method to access memory not used by the kernel
itself (i.e. if the kernel commandline mem=xxx is used). To actually
use slram at least mtdblock or mtdchar is required (for block or
Expand Down
3 changes: 0 additions & 3 deletions drivers/mtd/ftl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* This version ported to the Linux-MTD system by [email protected]
* $Id: ftl.c,v 1.59 2005/11/29 14:48:31 gleixner Exp $
*
* Fixes: Arnaldo Carvalho de Melo <[email protected]>
* - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups
Expand Down Expand Up @@ -1082,8 +1081,6 @@ static struct mtd_blktrans_ops ftl_tr = {

static int init_ftl(void)
{
DEBUG(0, "$Id: ftl.c,v 1.59 2005/11/29 14:48:31 gleixner Exp $\n");

return register_mtd_blktrans(&ftl_tr);
}

Expand Down
5 changes: 0 additions & 5 deletions drivers/mtd/inftlcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* (c) 1999 Machine Vision Holdings, Inc.
* Author: David Woodhouse <[email protected]>
*
* $Id: inftlcore.c,v 1.19 2005/11/07 11:14:20 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down Expand Up @@ -953,9 +951,6 @@ static struct mtd_blktrans_ops inftl_tr = {

static int __init init_inftl(void)
{
printk(KERN_INFO "INFTL: inftlcore.c $Revision: 1.19 $, "
"inftlmount.c %s\n", inftlmountrev);

return register_mtd_blktrans(&inftl_tr);
}

Expand Down
4 changes: 0 additions & 4 deletions drivers/mtd/inftlmount.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* Author: Fabrice Bellard ([email protected])
* Copyright (C) 2000 Netgem S.A.
*
* $Id: inftlmount.c,v 1.18 2005/11/07 11:14:20 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down Expand Up @@ -39,8 +37,6 @@
#include <linux/mtd/inftl.h>
#include <linux/mtd/compatmac.h>

char inftlmountrev[]="$Revision: 1.18 $";

/*
* find_boot_record: Find the INFTL Media Header and its Spare copy which
* contains the various device information of the INFTL partition and
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# drivers/mtd/maps/Kconfig
# $Id: Kconfig,v 1.61 2005/11/07 11:14:26 gleixner Exp $

menu "Mapping drivers for chip access"
depends on MTD!=n
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#
# linux/drivers/maps/Makefile
#
# $Id: Makefile.common,v 1.34 2005/11/07 11:14:26 gleixner Exp $

ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y)
obj-$(CONFIG_MTD) += map_funcs.o
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/amd76xrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* amd76xrom.c
*
* Normal mappings of chips in physical memory
* $Id: amd76xrom.c,v 1.21 2005/11/07 11:14:26 gleixner Exp $
*/

#include <linux/module.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/maps/autcpu12-nvram.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* NV-RAM memory access on autcpu12
* (C) 2002 Thomas Gleixner ([email protected])
*
* $Id: autcpu12-nvram.c,v 1.9 2005/11/07 11:14:26 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/maps/bast-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
* 20-Sep-2004 BJD Initial version
* 17-Jan-2005 BJD Add whole device if no partitions found
*
* $Id: bast-flash.c,v 1.5 2005/11/07 11:14:26 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/cdb89712.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Flash on Cirrus CDB89712
*
* $Id: cdb89712.c,v 1.11 2005/11/07 11:14:26 gleixner Exp $
*/

#include <linux/module.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/maps/ceiva.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
* (C) 2000 Nicolas Pitre <[email protected]>
*
* $Id: ceiva.c,v 1.11 2004/09/16 23:27:12 gleixner Exp $
*/

#include <linux/module.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/maps/cfi_flagadm.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* Copyright © 2001 Flaga hf. Medical Devices, Kári Davíðsson <[email protected]>
*
* $Id: cfi_flagadm.c,v 1.15 2005/11/07 11:14:26 gleixner Exp $
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/maps/dbox2-flash.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* $Id: dbox2-flash.c,v 1.14 2005/11/07 11:14:26 gleixner Exp $
*
* D-Box 2 flash driver
*/

Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/maps/dc21285.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* (C) 2000 Nicolas Pitre <[email protected]>
*
* This code is GPL
*
* $Id: dc21285.c,v 1.24 2005/11/07 11:14:26 gleixner Exp $
*/
#include <linux/module.h>
#include <linux/types.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/mtd/maps/dilnetpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
* $Id: dilnetpc.c,v 1.20 2005/11/07 11:14:26 gleixner Exp $
*
* The DIL/Net PC is a tiny embedded PC board made by SSV Embedded Systems
* featuring the AMD Elan SC410 processor. There are two variants of this
* board: DNP/1486 and ADNP/1486. The DNP version has 2 megs of flash
Expand Down
Loading

0 comments on commit 59018b6

Please sign in to comment.