Hello ! Attached patch gets MTD to work on the Malta board in 2.6.10. Please review ... Thanks Manish Lachwani
--- arch/mips/mips-boards/malta/malta_setup.c.orig 2004-10-29 18:42:24.000000000 -0700 +++ arch/mips/mips-boards/malta/malta_setup.c 2004-10-29 19:19:01.000000000 -0700 @@ -25,6 +25,8 @@ #ifdef CONFIG_MTD #include <linux/mtd/partitions.h> #include <linux/mtd/physmap.h> +#include <linux/mtd/mtd.h> +#include <linux/mtd/map.h> #endif #include <asm/cpu.h>