aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mtd/inftl.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-05-20 01:03:52 +0300
committerDavid Woodhouse <dwmw2@infradead.org>2008-06-04 17:50:17 +0100
commit59018b6d2acabb114ab58637e6ab95ba424a89d0 (patch)
tree360dc1c8d5b1f81a06f552a566ac150795788fb6 /include/linux/mtd/inftl.h
parent[MTD] [NAND] nandsim: allow for 64-bit size (diff)
downloadwireguard-linux-59018b6d2acabb114ab58637e6ab95ba424a89d0.tar.xz
wireguard-linux-59018b6d2acabb114ab58637e6ab95ba424a89d0.zip
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: Adrian Bunk <bunk@kernel.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd/inftl.h')
-rw-r--r--include/linux/mtd/inftl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mtd/inftl.h b/include/linux/mtd/inftl.h
index 85fd041d44ad..64ee53ce95a9 100644
--- a/include/linux/mtd/inftl.h
+++ b/include/linux/mtd/inftl.h
@@ -2,8 +2,6 @@
* inftl.h -- defines to support the Inverse NAND Flash Translation Layer
*
* (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com)
- *
- * $Id: inftl.h,v 1.7 2005/06/13 13:08:45 sean Exp $
*/
#ifndef __MTD_INFTL_H__
@@ -52,8 +50,6 @@ struct INFTLrecord {
int INFTL_mount(struct INFTLrecord *s);
int INFTL_formatblock(struct INFTLrecord *s, int block);
-extern char inftlmountrev[];
-
void INFTL_dumptables(struct INFTLrecord *s);
void INFTL_dumpVUchains(struct INFTLrecord *s);