mtd/drivers/mtd/maps bast-flash.c,1.2,1.3

bjd at infradead.org bjd at infradead.org
Sun Oct 9 20:13:41 EDT 2005


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv17658

Modified Files:
	bast-flash.c 
Log Message:
added owner to device driver field for tracking
when loaded as a module.


Index: bast-flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/bast-flash.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bast-flash.c	18 Jan 2005 11:13:47 -0000	1.2
+++ bast-flash.c	10 Oct 2005 00:13:38 -0000	1.3
@@ -206,6 +206,7 @@
 
 static struct device_driver bast_flash_driver = {
 	.name		= "bast-nor",
+	.owner		= THIS_MODULE,
 	.bus		= &platform_bus_type,
 	.probe		= bast_flash_probe,
 	.remove		= bast_flash_remove,





More information about the linux-mtd-cvs mailing list