Browse Source

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>
Valentin Longchamp 8 years ago
parent
commit
74179d44b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wan/fsl_ucc_hdlc.c

+ 1 - 0
drivers/net/wan/fsl_ucc_hdlc.c

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