From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.fst.it ([213.255.39.254] helo=fst.it) by pentafluge.infradead.org with smtp (Exim 4.22 #5 (Red Hat Linux)) id 19sjIh-0001Jg-6X for ; Fri, 29 Aug 2003 14:28:27 +0100 Message-ID: <023501c36e31$81a4a610$a970a8c0@topo> From: "Luca Contini" To: "linux-mtd-request@lists.infradead.org" Date: Fri, 29 Aug 2003 15:28:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: latest MTD snapshot List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, I've downloaded the latest snapshot from the CVS: mtd-snapshot-20030828.tar.bz2 Since I need only the mtdblock device working I've just copied the snapshot /drivers/mtd content to my /linux/drivers/mtd directory, and the blktrans.h to /include/linux/mtd/. When I try to compile (using arm-linux-gcc) mtdblock.c I get this warning: "mtdblock.c:251: warning: implicit declaration of function `unlikely'" and when I try to insert the mtdblock.o module I get: [arm@Botolo2 mtd]$insmod mtdblock.o mtdblock.o: unresolved symbol unlikely mtdblock.o: unresolved symbol register_mtd_blktrans mtdblock.o: unresolved symbol add_mtd_blktrans_dev mtdblock.o: unresolved symbol deregister_mtd_blktrans mtdblock.o: unresolved symbol del_mtd_blktrans_dev [arm@Botolo2 mtd]$ What Am I missing? Regards Luca