The patch titled mtd: remove unused types has been added to the -mm tree. Its filename is mtd-remove-unused-types.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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 mtd-improve-parameter-parsing-for-block2mtd.patch mtd-simplify-test-for-ram-devices.patch mtd-make-mtdblock_ro-unconditionally-readonly.patch mtd-remove-unchecked-flags.patch mtd-remove-unused-types.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