Skip to content
Snippets Groups Projects
Commit 74179d44 authored by Valentin Longchamp's avatar Valentin Longchamp Committed by David S. Miller
Browse files

net/wan: add MODULE_LICENSE for fsl_ucc_hdlc


It is required to build it as a module.

Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d2c58294
No related branches found
No related tags found
No related merge requests found
......@@ -1175,3 +1175,4 @@ static struct platform_driver ucc_hdlc_driver = {
};
module_platform_driver(ucc_hdlc_driver);
MODULE_LICENSE("GPL");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment