Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1200072
| From | Jiri Slaby <jslaby@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3.12 001/123] mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others. |
| Date | 2015-08-04 17:30 +0200 |
| Message-ID | <pTLHr-552-3@gated-at.bofh.it> (permalink) |
| References | <pTLHu-552-71@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Bill Richardson <wfrichar@chromium.org>
3.12-stable review patch. If anyone has any objections, please let me know.
===============
commit a865a589144da6dbf26750b7193a9748da159305 upstream.
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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
---
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 1f36885d674b..e8e285c28767 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");
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 3.12 000/123] 3.12.46-stable review Jiri Slaby <jslaby@suse.cz> - 2015-08-04 16:50 +0200
[PATCH 3.12 001/123] mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others. Jiri Slaby <jslaby@suse.cz> - 2015-08-04 17:30 +0200
[PATCH 3.12 003/123] iio: light: hid-sensor-als.c: Fix memory leak in probe() Jiri Slaby <jslaby@suse.cz> - 2015-08-04 17:30 +0200
[PATCH 3.12 009/123] ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH Jiri Slaby <jslaby@suse.cz> - 2015-08-04 17:30 +0200
[PATCH 3.12 010/123] ALSA: hda_intel: Add DeviceIDs for Sunrise Point-LP Jiri Slaby <jslaby@suse.cz> - 2015-08-04 17:30 +0200
[PATCH 3.12 013/123] ALSA: hda_intel: apply the Seperate stream_tag for Skylake Jiri Slaby <jslaby@suse.cz> - 2015-08-04 17:30 +0200
Re: [PATCH 3.12 000/123] 3.12.46-stable review Guenter Roeck <linux@roeck-us.net> - 2015-08-04 21:40 +0200
Re: [PATCH 3.12 000/123] 3.12.46-stable review Jiri Slaby <jslaby@suse.cz> - 2015-08-05 09:30 +0200
Re: [PATCH 3.12 000/123] 3.12.46-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2015-08-04 22:30 +0200
csiph-web