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
- Previous message: mtd/include/linux/mtd nand.h,1.22,1.23
- Next message: mtd/drivers/mtd/maps h720x-flash.c,NONE,1.1 Config.in,1.46,1.47
Kconfig,1.5,1.6 Makefile,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
};
/*
- Previous message: mtd/include/linux/mtd nand.h,1.22,1.23
- Next message: mtd/drivers/mtd/maps h720x-flash.c,NONE,1.1 Config.in,1.46,1.47
Kconfig,1.5,1.6 Makefile,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list