diff options
| author | David S. Miller <davem@davemloft.net> | 2006-06-29 18:14:17 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 19:37:48 -0400 |
| commit | 9efc3715f7b13127fd202108304352e1be76e077 (patch) | |
| tree | eba7251faaf08e76f978c9716c2ea86bfd1938e3 | |
| parent | 1708d242d222e751a0922e3c56ef857cf60bbedd (diff) | |
[SERIAL] sun{su,zilog}: Add missing MODULE_*() niceties.
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/serial/sunsu.c | 6 | ||||
| -rw-r--r-- | drivers/serial/sunzilog.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/drivers/serial/sunsu.c b/drivers/serial/sunsu.c index 4ef47c810de9..73a043b914ef 100644 --- a/drivers/serial/sunsu.c +++ b/drivers/serial/sunsu.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | * Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12 | 12 | * Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12 |
| 13 | * | 13 | * |
| 14 | * Converted to new 2.5.x UART layer. | 14 | * Converted to new 2.5.x UART layer. |
| 15 | * David S. Miller (davem@redhat.com), 2002-Jul-29 | 15 | * David S. Miller (davem@davemloft.net), 2002-Jul-29 |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <linux/config.h> | 18 | #include <linux/config.h> |
| @@ -1552,4 +1552,8 @@ static void __exit sunsu_exit(void) | |||
| 1552 | 1552 | ||
| 1553 | module_init(sunsu_init); | 1553 | module_init(sunsu_init); |
| 1554 | module_exit(sunsu_exit); | 1554 | module_exit(sunsu_exit); |
| 1555 | |||
| 1556 | MODULE_AUTHOR("Eddie C. Dost, Peter Zaitcev, and David S. Miller"); | ||
| 1557 | MODULE_DESCRIPTION("Sun SU serial port driver"); | ||
| 1558 | MODULE_VERSION("2.0"); | ||
| 1555 | MODULE_LICENSE("GPL"); | 1559 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/serial/sunzilog.c b/drivers/serial/sunzilog.c index 98342eeba734..1caa286a6be6 100644 --- a/drivers/serial/sunzilog.c +++ b/drivers/serial/sunzilog.c | |||
| @@ -1515,4 +1515,5 @@ module_exit(sunzilog_exit); | |||
| 1515 | 1515 | ||
| 1516 | MODULE_AUTHOR("David S. Miller"); | 1516 | MODULE_AUTHOR("David S. Miller"); |
| 1517 | MODULE_DESCRIPTION("Sun Zilog serial port driver"); | 1517 | MODULE_DESCRIPTION("Sun Zilog serial port driver"); |
| 1518 | MODULE_VERSION("2.0"); | ||
| 1518 | MODULE_LICENSE("GPL"); | 1519 | MODULE_LICENSE("GPL"); |
