Commit 59018b6d authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse
Browse files

MTD/JFFS2: remove CVS keywords



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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 6eda7a55
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
# $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
+0 −2
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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 <nico@cam.org>
 * 	- completely revamped method functions so they are aware and
+0 −3
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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 <nico@cam.org>
 * 	- completely revamped method functions so they are aware and
 * 	  independent of the flash geometry (buswidth, interleave, etc.)
Loading