mtd/include/linux/mtd physmap.h,1.2,1.3

jwboyer at infradead.org jwboyer at infradead.org
Tue Jul 20 20:16:17 EDT 2004


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv19003/include/linux/mtd

Modified Files:
	physmap.h 
Log Message:
applied patch from Jun Sun to reenable physmap config settings.  modified to work with s/buswidth/bankwidth


Index: physmap.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/physmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- physmap.h	14 Jul 2004 17:48:46 -0000	1.2
+++ physmap.h	21 Jul 2004 00:16:15 -0000	1.3
@@ -33,11 +33,11 @@
 /*
  * Board needs to specify the exact mapping during their setup time.
  */
-static inline void physmap_configure(unsigned long addr, unsigned long size, int buswidth, void (*set_vpp)(struct map_info *, int) )
+static inline void physmap_configure(unsigned long addr, unsigned long size, int bankwidth, void (*set_vpp)(struct map_info *, int) )
 {
 	physmap_map.phys = addr;
 	physmap_map.size = size;
-	physmap_map.buswidth = buswidth;
+	physmap_map.bankwidth = bankwidth;
 	physmap_map.set_vpp = set_vpp;
 }
 





More information about the linux-mtd-cvs mailing list