Commit a865a589 authored by Bill Richardson's avatar Bill Richardson Committed by Lee Jones

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: default avatarBill Richardson <wfrichar@chromium.org>
Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 62cf2cdb
...@@ -184,3 +184,6 @@ int cros_ec_resume(struct cros_ec_device *ec_dev) ...@@ -184,3 +184,6 @@ int cros_ec_resume(struct cros_ec_device *ec_dev)
EXPORT_SYMBOL(cros_ec_resume); EXPORT_SYMBOL(cros_ec_resume);
#endif #endif
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("ChromeOS EC core driver");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment