mirror of https://gitee.com/openkylin/linux.git
serial: sh-sci: Add missing module description/author bits.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
3127c6b225
commit
7f405f9c31
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue