···1212 * Theodore Ts'o <tytso@mit.edu>, 2001-Oct-121313 *1414 * Converted to new 2.5.x UART layer.1515- * David S. Miller (davem@redhat.com), 2002-Jul-291515+ * David S. Miller (davem@davemloft.net), 2002-Jul-291616 */17171818#include <linux/config.h>···1552155215531553module_init(sunsu_init);15541554module_exit(sunsu_exit);15551555+15561556+MODULE_AUTHOR("Eddie C. Dost, Peter Zaitcev, and David S. Miller");15571557+MODULE_DESCRIPTION("Sun SU serial port driver");15581558+MODULE_VERSION("2.0");15551559MODULE_LICENSE("GPL");
+1
drivers/serial/sunzilog.c
···1515151515161516MODULE_AUTHOR("David S. Miller");15171517MODULE_DESCRIPTION("Sun Zilog serial port driver");15181518+MODULE_VERSION("2.0");15181519MODULE_LICENSE("GPL");