projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005718c
)
mfd: cros ec: spi: Use correct module license
author
Thierry Reding
<thierry.reding@gmail.com>
Mon, 9 Dec 2013 10:05:38 +0000
(11:05 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 21 Jan 2014 08:28:04 +0000
(08:28 +0000)
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>
drivers/mfd/cros_ec_spi.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/cros_ec_spi.c
b/drivers/mfd/cros_ec_spi.c
index 5658ec48838f2603bd41be28d885b682848928cc..d64d88a9e247a1bbac7ad3911fca430f936390d5 100644
(file)
--- 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)");