mtd/drivers/mtd/maps plat-ram.c,1.3,1.4
bjd at infradead.org
bjd at infradead.org
Sun Oct 9 20:51:30 EDT 2005
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv17719
Modified Files:
plat-ram.c
Log Message:
Added .owner initialisation to allow the
tracking of the device_driver owners when
built as a module
Signed-off-by: Ben Dooks <ben-linux at fluff.org>
Index: plat-ram.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/plat-ram.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plat-ram.c 19 Mar 2005 22:41:27 -0000 1.3
+++ plat-ram.c 10 Oct 2005 00:51:26 -0000 1.4
@@ -252,6 +252,7 @@
static struct device_driver platram_driver = {
.name = "mtd-ram",
+ .owner = THIS_MODULE,
.bus = &platform_bus_type,
.probe = platram_probe,
.remove = platram_remove,
More information about the linux-mtd-cvs
mailing list