提交 ea0f8b0b 编写于 作者: T Thierry Reding 提交者: Lee Jones

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: NThierry Reding <treding@nvidia.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 005718c0
...@@ -374,5 +374,5 @@ static struct spi_driver cros_ec_driver_spi = { ...@@ -374,5 +374,5 @@ static struct spi_driver cros_ec_driver_spi = {
module_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)"); MODULE_DESCRIPTION("ChromeOS EC multi function device (SPI)");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册