]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] I2C: undo documentation change
authorJean Delvare <khali@linux-fr.org>
Fri, 23 Jan 2004 09:14:38 +0000 (01:14 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 23 Jan 2004 09:14:38 +0000 (01:14 -0800)
Undo a recent change to the i2c documentation. The change belongs to
2.7.

Documentation/i2c/porting-clients

index 62f32e7247bc498faf14007b301eb9954aefade4..fab37c46bbca1affc7ff6e108e8a50b88777de4d 100644 (file)
@@ -92,10 +92,7 @@ Technical changes:
   i2c_get_clientdata(client) instead.
 
 * [Interface] Init function should not print anything. Make sure
-  there is a MODULE_LICENSE() line. MODULE_PARM() is replaced
-  by module_param(). Note that module_param has a third parameter,
-  that you should set to 0 by default. See include/linux/moduleparam.h
-  for details.
+  there is a MODULE_LICENSE() line.
 
 Coding policy: