mtd/include/linux/mtd nand.h,1.23,1.24

gleixner at infradead.org gleixner at infradead.org
Sun Apr 20 03:28:51 EDT 2003


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

Modified Files:
	nand.h 
Log Message:
removed nonsense volatile

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- nand.h	20 Apr 2003 07:25:18 -0000	1.23
+++ nand.h	20 Apr 2003 07:28:48 -0000	1.24
@@ -173,8 +173,8 @@
 	wait_queue_head_t wq;
 	nand_state_t 	state;
 	int 		page_shift;
-	volatile u_char *data_buf;
-	volatile u_char	*data_poi;
+	u_char 		*data_buf;
+	u_char		*data_poi;
 };
 
 /*




More information about the linux-mtd-cvs mailing list