Commit 9efc3715 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1708d242
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12 * Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12
* *
* Converted to new 2.5.x UART layer. * 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> #include <linux/config.h>
...@@ -1552,4 +1552,8 @@ static void __exit sunsu_exit(void) ...@@ -1552,4 +1552,8 @@ static void __exit sunsu_exit(void)
module_init(sunsu_init); module_init(sunsu_init);
module_exit(sunsu_exit); 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"); MODULE_LICENSE("GPL");
...@@ -1515,4 +1515,5 @@ module_exit(sunzilog_exit); ...@@ -1515,4 +1515,5 @@ module_exit(sunzilog_exit);
MODULE_AUTHOR("David S. Miller"); MODULE_AUTHOR("David S. Miller");
MODULE_DESCRIPTION("Sun Zilog serial port driver"); MODULE_DESCRIPTION("Sun Zilog serial port driver");
MODULE_VERSION("2.0");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment