OSDN Git Service

net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 17 Feb 2017 10:31:22 +0000 (11:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Feb 2017 20:20:43 +0000 (15:20 -0500)
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>
drivers/net/wan/fsl_ucc_hdlc.c

index d869533..a5045b5 100644 (file)
@@ -1175,3 +1175,4 @@ static struct platform_driver ucc_hdlc_driver = {
 };
 
 module_platform_driver(ucc_hdlc_driver);
+MODULE_LICENSE("GPL");