mtd/include/linux/mtd pmc551.h,1.4,1.5

David Woodhouse dwmw2 at infradead.org
Fri Jan 24 11:49:56 EST 2003


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

Modified Files:
	pmc551.h 
Log Message:
Fix unpoint() prototype.


Index: pmc551.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/pmc551.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pmc551.h	12 Jun 2001 16:19:38 -0000	1.4
+++ pmc551.h	24 Jan 2003 16:49:53 -0000	1.5
@@ -36,7 +36,7 @@
  * Function Prototypes
  */
 static int pmc551_erase(struct mtd_info *, struct erase_info *);
-static void pmc551_unpoint(struct mtd_info *, u_char *);
+static void pmc551_unpoint(struct mtd_info *, u_char *, loff_t, size_t);
 static int pmc551_point (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
 static int pmc551_read(struct mtd_info *, loff_t, size_t, size_t *, u_char *);
 static int pmc551_write(struct mtd_info *, loff_t, size_t, size_t *, const u_char *);        





More information about the linux-mtd-cvs mailing list