mtd/drivers/mtd/maps ebony.c,1.8,1.9

gleixner at infradead.org gleixner at infradead.org
Mon Apr 26 08:35:39 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv2944

Modified Files:
	ebony.c 
Log Message:
fix changed include file name, use iounmap instead of not existing iounmap64. Pointed out by Rolf Offermanns

Index: ebony.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/ebony.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ebony.c	23 Jun 2003 11:48:18 -0000	1.8
+++ ebony.c	26 Apr 2004 12:35:36 -0000	1.9
@@ -22,7 +22,7 @@
 #include <linux/mtd/partitions.h>
 #include <linux/config.h>
 #include <asm/io.h>
-#include <asm/ibm440.h>
+#include <asm/ibm44x.h>
 #include <platforms/ebony.h>
 
 static struct mtd_info *flash;
@@ -71,7 +71,7 @@
 		return -ENOMEM;
 
 	fpga0_reg = readb(fpga0_adr);
-	iounmap64(fpga0_adr);
+	iounmap(fpga0_adr);
 
 	if (EBONY_BOOT_SMALL_FLASH(fpga0_reg) &&
 			!EBONY_FLASH_SEL(fpga0_reg))




More information about the linux-mtd-cvs mailing list