Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea0f8b0b authored by Thierry Reding's avatar Thierry Reding Committed by Lee Jones
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 005718c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)");