commit | 9efc3715f7b13127fd202108304352e1be76e077 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jun 29 15:14:17 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 29 16:37:48 2006 -0700 |
tree | eba7251faaf08e76f978c9716c2ea86bfd1938e3 | |
parent | 1708d242d222e751a0922e3c56ef857cf60bbedd [diff] [blame] |
[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c index 98342ee..1caa286 100644 --- a/drivers/serial/sunzilog.c +++ b/drivers/serial/sunzilog.c
@@ -1515,4 +1515,5 @@ MODULE_AUTHOR("David S. Miller"); MODULE_DESCRIPTION("Sun Zilog serial port driver"); +MODULE_VERSION("2.0"); MODULE_LICENSE("GPL");