mtd/drivers/mtd mtdblock-24.c,1.3,1.4
David Woodhouse
dwmw2 at infradead.org
Thu May 15 12:52:39 EDT 2003
- Previous message: mtd/drivers/mtd/devices blkmtd-25.c,1.2,1.3 blkmtd.c,1.17,1.18
doc2000.c,1.50,1.51 doc2001.c,1.38,1.39 lart.c,1.3,1.4
ms02-nv.c,1.2,1.3 mtdram.c,1.29,1.30 pmc551.c,1.22,1.23slram.c,1.28,1.29
- Next message: mtd/drivers/mtd mtdcore.c,1.35,1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv30170
Modified Files:
mtdblock-24.c
Log Message:
Fix notifier struct.
Index: mtdblock-24.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdblock-24.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mtdblock-24.c 9 May 2003 22:53:49 -0000 1.3
+++ mtdblock-24.c 15 May 2003 16:52:35 -0000 1.4
@@ -27,9 +27,8 @@
static void mtd_notify_add(struct mtd_info* mtd);
static void mtd_notify_remove(struct mtd_info* mtd);
static struct mtd_notifier notifier = {
- mtd_notify_add,
- mtd_notify_remove,
- NULL
+ .add = mtd_notify_add,
+ .remove = mtd_notify_remove,
};
static devfs_handle_t devfs_dir_handle = NULL;
static devfs_handle_t devfs_rw_handle[MAX_MTD_DEVICES];
- Previous message: mtd/drivers/mtd/devices blkmtd-25.c,1.2,1.3 blkmtd.c,1.17,1.18
doc2000.c,1.50,1.51 doc2001.c,1.38,1.39 lart.c,1.3,1.4
ms02-nv.c,1.2,1.3 mtdram.c,1.29,1.30 pmc551.c,1.22,1.23slram.c,1.28,1.29
- Next message: mtd/drivers/mtd mtdcore.c,1.35,1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list