pallaire at gameloft.com said: > init/main.o: In function `do_basic_setup': init/main.o(.text.init+0xdc9 > ): undefined reference to `init_mtd' make: *** [vmlinux] Error 1 2.2.18 has the sane initcalls backported from 2.4, so you don't need the patch to call init_mtd(). Which is actually called init_mtd_devices() afaict. -- dwmw2