[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1487327482-26482-1-git-send-email-valentin.longchamp@keymile.com>
Date: Fri, 17 Feb 2017 11:31:22 +0100
From: Valentin Longchamp <valentin.longchamp@...mile.com>
To: qiang.zhao@....com, netdev@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org,
Valentin Longchamp <valentin.longchamp@...mile.com>
Subject: [PATCH] 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@...mile.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
Powered by blists - more mailing lists