summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec.c
diff options
context:
space:
mode:
authorBill Richardson2014-04-17 21:32:17 +0200
committerLee Jones2014-06-03 09:11:15 +0200
commita865a589144da6dbf26750b7193a9748da159305 (patch)
treed84104541254ea6ea27a747702723990a6b7ea6a /drivers/mfd/cros_ec.c
parentmfd: lpc_ich: Enable GPIO for Panther Point (diff)
downloadkernel-qcow2-linux-a865a589144da6dbf26750b7193a9748da159305.tar.gz
kernel-qcow2-linux-a865a589144da6dbf26750b7193a9748da159305.tar.xz
kernel-qcow2-linux-a865a589144da6dbf26750b7193a9748da159305.zip
mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.
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>
Diffstat (limited to 'drivers/mfd/cros_ec.c')
-rw-r--r--drivers/mfd/cros_ec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/cros_ec.c b/drivers/mfd/cros_ec.c
index 783fe2e73e1e..fae69b1db5b1 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");