serial: sh-sci: Add missing module description/author bits.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2011-06-28 13:47:40 +09:00
parent 3127c6b225
commit 7f405f9c31
1 changed files with 2 additions and 0 deletions

View File

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