linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.
@ 2014-04-17 19:32 Doug Anderson
  2014-04-23 14:19 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Anderson @ 2014-04-17 19:32 UTC (permalink / raw)
  To: Samuel Ortiz, Lee Jones; +Cc: Bill Richardson, Doug Anderson, linux-kernel

From: Bill Richardson <wfrichar@chromium.org>

This module has always been GPL licensed. It was just missing the explicit
declaration to avoid tainting the kernel.

Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Signed-off-by: Doug Anderson <dianders@chromium.org>
---
 drivers/mfd/cros_ec.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/mfd/cros_ec.c b/drivers/mfd/cros_ec.c
index 783fe2e..fae69b1 100644
--- a/drivers/mfd/cros_ec.c
+++ b/drivers/mfd/cros_ec.c
@@ -184,3 +184,6 @@ int cros_ec_resume(struct cros_ec_device *ec_dev)
 EXPORT_SYMBOL(cros_ec_resume);
 
 #endif
+
+MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("ChromeOS EC core driver");
-- 
1.9.1.423.g4596e3a


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

* Re: [PATCH] mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.
  2014-04-17 19:32 [PATCH] mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others Doug Anderson
@ 2014-04-23 14:19 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2014-04-23 14:19 UTC (permalink / raw)
  To: Doug Anderson; +Cc: Samuel Ortiz, Bill Richardson, linux-kernel

> From: Bill Richardson <wfrichar@chromium.org>
> 
> This module has always been GPL licensed. It was just missing the explicit
> declaration to avoid tainting the kernel.
> 
> Signed-off-by: Bill Richardson <wfrichar@chromium.org>
> Signed-off-by: Doug Anderson <dianders@chromium.org>
> ---
>  drivers/mfd/cros_ec.c | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.


-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2014-04-23 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 19:32 [PATCH] mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others Doug Anderson
2014-04-23 14:19 ` Lee Jones

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).