mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.
authorBill Richardson <wfrichar@chromium.org>
Thu, 17 Apr 2014 19:32:17 +0000 (12:32 -0700)
committerLee Jones <lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:15 +0000 (08:11 +0100)
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>
drivers/mfd/cros_ec.c

index 783fe2e73e1edd43344d3bb4c3b1fb09daf9cf3d..fae69b1db5b142746de137a3b45cd217ff004b59 100644 (file)
@@ -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");