diff mbox

net/wan: add MODULE_LICENSE for fsl_ucc_hdlc

Message ID 1487327482-26482-1-git-send-email-valentin.longchamp@keymile.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Valentin Longchamp Feb. 17, 2017, 10:31 a.m. UTC
It is required to build it as a module.

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

Comments

David Miller Feb. 17, 2017, 8:20 p.m. UTC | #1
From: Valentin Longchamp <valentin.longchamp@keymile.com>
Date: Fri, 17 Feb 2017 11:31:22 +0100

> It is required to build it as a module.
> 
> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>

Applied to net-next.
diff mbox

Patch

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");