mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +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
@ -1295,3 +1295,4 @@ static struct platform_driver ucc_hdlc_driver = {
|
|||||||
|
|
||||||
module_platform_driver(ucc_hdlc_driver);
|
module_platform_driver(ucc_hdlc_driver);
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
MODULE_DESCRIPTION(DRV_DESC);
|
||||||
|
Loading…
Reference in New Issue
Block a user