serial: sh-sci: Add missing module description/author bits.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jun 2011 04:47:40 +0000 (13:47 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jun 2011 04:47:40 +0000 (13:47 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/tty/serial/sh-sci.c

index 5ff6657..fa99b00 100644 (file)
@@ -2211,3 +2211,5 @@ module_exit(sci_exit);
 
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:sh-sci");
 
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:sh-sci");
+MODULE_AUTHOR("Paul Mundt");
+MODULE_DESCRIPTION("SuperH SCI(F) serial driver");