linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
@ 2017-02-17 10:31 Valentin Longchamp
  2017-02-17 20:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Longchamp @ 2017-02-17 10:31 UTC (permalink / raw)
  To: qiang.zhao, netdev; +Cc: linuxppc-dev, Valentin Longchamp

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
  2017-02-17 10:31 [PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc Valentin Longchamp
@ 2017-02-17 20:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-02-17 20:20 UTC (permalink / raw)
  To: valentin.longchamp; +Cc: qiang.zhao, netdev, linuxppc-dev

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-17 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-17 10:31 [PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc Valentin Longchamp
2017-02-17 20:20 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).