[PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc

Valentin Longchamp valentin.longchamp at keymile.com
Fri Feb 17 21:31:22 AEDT 2017


It is required to build it as a module.

Signed-off-by: Valentin Longchamp <valentin.longchamp at keymile.com>
---
 drivers/net/wan/fsl_ucc_hdlc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wan/fsl_ucc_hdlc.c b/drivers/net/wan/fsl_ucc_hdlc.c
index e38ce4d..1f38c06 100644
--- a/drivers/net/wan/fsl_ucc_hdlc.c
+++ b/drivers/net/wan/fsl_ucc_hdlc.c
@@ -1175,3 +1175,4 @@ static int ucc_hdlc_remove(struct platform_device *pdev)
 };
 
 module_platform_driver(ucc_hdlc_driver);
+MODULE_LICENSE("GPL");
-- 
1.8.3.1


More information about the Linuxppc-dev mailing list