mtd/include/linux/mtd mtd.h,1.36,1.37
Dave Neuer
dneuer at infradead.org
Mon Nov 18 20:22:34 EST 2002
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv10042/mtd/include/linux/mtd
Modified Files:
mtd.h
Log Message:
fix compile breakage from change to type of mtd_info.unpoint in drivers
Index: mtd.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/mtd.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mtd.h 20 Sep 2002 13:04:03 -0000 1.36
+++ mtd.h 19 Nov 2002 01:22:31 -0000 1.37
@@ -170,7 +170,7 @@
int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
/* We probably shouldn't allow XIP if the unpoint isn't a NULL */
- void (*unpoint) (struct mtd_info *mtd, u_char * addr);
+ void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
More information about the linux-mtd-cvs
mailing list