The patch titled mtd: remove unused types has been removed from the -mm tree. Its filename is mtd-remove-unused-types.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Joern Engel <joern@xxxxxxxxxxxxxxxxxxxx> Three types are never set or checked for. Remove. Signed-off-by: Joern Engel <joern@xxxxxxxxxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/mtd/mtd-abi.h | 3 --- 1 files changed, 3 deletions(-) diff -puN include/mtd/mtd-abi.h~mtd-remove-unused-types include/mtd/mtd-abi.h --- 25/include/mtd/mtd-abi.h~mtd-remove-unused-types Thu Apr 13 15:45:40 2006 +++ 25-akpm/include/mtd/mtd-abi.h Thu Apr 13 15:45:40 2006 @@ -28,10 +28,7 @@ struct mtd_oob_buf { #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 _ Patches currently in -mm which might be from joern@xxxxxxxxxxxxxxxxxxxx are origin.patch git-mtd.patch mtd-improve-parameter-parsing-for-block2mtd.patch mtd-improve-parameter-parsing-for-block2mtd-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html