Remove unused MTD types
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Wed May 3 13:56:31 EDT 2006
commit cd2866faaa0efd9af18fe4a86d129cbd99240796
tree aaf1892043ac32f6ea0dc19d0a4a74c40ce215f4
parent a6c591eda3078f92e7a3ff3db55f6841e4819fb5
author Jörn Engel <joern at wohnheim.fh-wedel.de> Thu, 13 Apr 2006 18:55:09 +0200
committer David Woodhouse <dwmw2 at infradead.org> Mon, 17 Apr 2006 15:48:17 +0100
Remove unused MTD types
Three types are never set or checked for. Remove.
Signed-off-by: Jörn Engel <joern at wohnheim.fh-wedel.de>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
include/mtd/mtd-abi.h | 3 ---
1 files changed, 3 deletions(-)
diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h
index cc7be33..fa25241 100644
--- a/include/mtd/mtd-abi.h
+++ b/include/mtd/mtd-abi.h
@@ -28,10 +28,7 @@ #define MTD_RAM 1
#define MTD_ROM 2
#define MTD_NORFLASH 3
#define MTD_NANDFLASH 4
-#define MTD_PEROM 5
#define MTD_DATAFLASH 6
-#define MTD_OTHER 14
-#define MTD_UNKNOWN 15
#define MTD_CLEAR_BITS 1 // Bits can be cleared (flash)
#define MTD_SET_BITS 2 // Bits can be set
More information about the linux-mtd-cvs
mailing list