diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2013-12-09 11:05:38 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-21 08:28:04 +0000 |
commit | ea0f8b0b67ba4c55fef154904bf50579d2039695 (patch) | |
tree | 08b271643959644398bd4fc7e9d84416680c754c /drivers/mfd/cros_ec_spi.c | |
parent | 005718c08be33e28ab89e820256bcf1fad4a370a (diff) | |
download | op-kernel-dev-ea0f8b0b67ba4c55fef154904bf50579d2039695.zip op-kernel-dev-ea0f8b0b67ba4c55fef154904bf50579d2039695.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/cros_ec_spi.c b/drivers/mfd/cros_ec_spi.c index 5658ec4..d64d88a 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)"); |