modprobe mtdblock
modprobe mtdram
should do that. Perhaps you need to manually construct the device nodes - although this gets automatically done here using udev. It should look like that:
mickey@gandalf:~/work/spp1140/abschlussbericht$ lsmod|grep mtd
mtdram 3716 0
mtdblock 5312 0
mtd_blkdevs 8448 1 mtdblock
mtdpart 9984 1 mtdram
mtdcore 6984 6 jffs2,mtdram,mtd_blkdevs,mtdpart
and
mickey@gandalf:~/work/spp1140/abschlussbericht$ ls -l /dev/mtdblock0
brw-rw---- 1 root disk 31, 0 Apr 24 11:44 /dev/mtdblock0