mtd/drivers/mtd/nand s3c2410.c,1.15,1.16

bjd at infradead.org bjd at infradead.org
Sun Oct 9 20:09:19 EDT 2005


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

Modified Files:
	s3c2410.c 
Log Message:
added owner fields to the device_driver for tracking
ownership when built as a module


Index: s3c2410.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/s3c2410.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- s3c2410.c	26 Sep 2005 21:42:54 -0000	1.15
+++ s3c2410.c	10 Oct 2005 00:09:16 -0000	1.16
@@ -695,6 +695,7 @@
 
 static struct device_driver s3c2410_nand_driver = {
 	.name		= "s3c2410-nand",
+	.owner		= THIS_MODULE,
 	.bus		= &platform_bus_type,
 	.probe		= s3c2410_nand_probe,
 	.remove		= s3c2410_nand_remove,
@@ -702,6 +703,7 @@
 
 static struct device_driver s3c2440_nand_driver = {
 	.name		= "s3c2440-nand",
+	.owner		= THIS_MODULE,
 	.bus		= &platform_bus_type,
 	.probe		= s3c2440_nand_probe,
 	.remove		= s3c2410_nand_remove,





More information about the linux-mtd-cvs mailing list