net/wan: add MODULE_LICENSE for fsl_ucc_hdlc

It is required to build it as a module.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Valentin Longchamp 2017-02-17 11:31:22 +01:00 committed by David S. Miller
parent d2c58294f5
commit 74179d44b6

View file

@ -1175,3 +1175,4 @@ static struct platform_driver ucc_hdlc_driver = {
};
module_platform_driver(ucc_hdlc_driver);
MODULE_LICENSE("GPL");