]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Jun 2006 22:14:17 +0000 (15:14 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Jun 2006 23:37:48 +0000 (16:37 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/serial/sunsu.c
drivers/serial/sunzilog.c

index 4ef47c810de9704bf0a8a87dd3e89a4a53ec70e8..73a043b914ef61a1f32b3e9d35b9d9e3e595af98 100644 (file)
@@ -12,7 +12,7 @@
  *   Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12
  *
  * Converted to new 2.5.x UART layer.
- *   David S. Miller (davem@redhat.com), 2002-Jul-29
+ *   David S. Miller (davem@davemloft.net), 2002-Jul-29
  */
 
 #include <linux/config.h>
@@ -1552,4 +1552,8 @@ static void __exit sunsu_exit(void)
 
 module_init(sunsu_init);
 module_exit(sunsu_exit);
+
+MODULE_AUTHOR("Eddie C. Dost, Peter Zaitcev, and David S. Miller");
+MODULE_DESCRIPTION("Sun SU serial port driver");
+MODULE_VERSION("2.0");
 MODULE_LICENSE("GPL");
index 98342eeba734db3bd7a2fc114d2cc1fd7780b599..1caa286a6be680c4f7097eeec101d1a0eb071bf5 100644 (file)
@@ -1515,4 +1515,5 @@ module_exit(sunzilog_exit);
 
 MODULE_AUTHOR("David S. Miller");
 MODULE_DESCRIPTION("Sun Zilog serial port driver");
+MODULE_VERSION("2.0");
 MODULE_LICENSE("GPL");