summaryrefslogtreecommitdiff
path: root/drivers/mfd/cros_ec_spi.c
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-12-09 11:05:38 +0100
committerLee Jones <lee.jones@linaro.org>2014-01-21 08:28:04 +0000
commitea0f8b0b67ba4c55fef154904bf50579d2039695 (patch)
tree08b271643959644398bd4fc7e9d84416680c754c /drivers/mfd/cros_ec_spi.c
parent005718c08be33e28ab89e820256bcf1fad4a370a (diff)
mfd: cros ec: spi: Use correct module license
According to the header comment in the source file the driver is licensed under GPL v2, so update MODULE_LICENSE() to match that. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/cros_ec_spi.c')
-rw-r--r--drivers/mfd/cros_ec_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/cros_ec_spi.c b/drivers/mfd/cros_ec_spi.c
index 5658ec48838f..d64d88a9e247 100644
--- a/drivers/mfd/cros_ec_spi.c
+++ b/drivers/mfd/cros_ec_spi.c
@@ -374,5 +374,5 @@ static struct spi_driver cros_ec_driver_spi = {
module_spi_driver(cros_ec_driver_spi);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("ChromeOS EC multi function device (SPI)");