mtd/include/linux/mtd nand.h,1.22,1.23
gleixner at infradead.org
gleixner at infradead.org
Sun Apr 20 03:25:21 EDT 2003
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv6229
Modified Files:
nand.h
Log Message:
removed obsolete cache stuff
Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nand.h 20 Feb 2003 13:39:38 -0000 1.22
+++ nand.h 20 Apr 2003 07:25:18 -0000 1.23
@@ -173,10 +173,8 @@
wait_queue_head_t wq;
nand_state_t state;
int page_shift;
- u_char *data_buf;
- u_char *data_poi;
- u_char *data_cache;
- int cache_page;
+ volatile u_char *data_buf;
+ volatile u_char *data_poi;
};
/*
More information about the linux-mtd-cvs
mailing list