mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTION
Add missing MODULE_DESCRIPTION. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
26613a9559
commit
d60432994e
1 changed files with 1 additions and 0 deletions
|
@ -1295,3 +1295,4 @@ static struct platform_driver ucc_hdlc_driver = {
|
|||
|
||||
module_platform_driver(ucc_hdlc_driver);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION(DRV_DESC);
|
||||
|
|
Loading…
Add table
Reference in a new issue