diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-11-13 11:29:55 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-12-02 11:39:43 +0100 |
commit | 9a0ebbc93547d88f422905c34dcceebe928f3e9e (patch) | |
tree | 584d3d821dc3ab06e84ccd3bedb08913c38bd94e /drivers/iio/accel/kxsd9-i2c.c | |
parent | staging: ipx: depends on NET (diff) | |
download | linux-9a0ebbc93547d88f422905c34dcceebe928f3e9e.tar.xz linux-9a0ebbc93547d88f422905c34dcceebe928f3e9e.zip |
iio: adc/accel: Fix up module licenses
The module license checker complains about these two so just fix
it up. They are both GPLv2, both written by me or using code
I extracted while refactoring from the GPLv2 drivers.
Cc: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel/kxsd9-i2c.c')
-rw-r--r-- | drivers/iio/accel/kxsd9-i2c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/iio/accel/kxsd9-i2c.c b/drivers/iio/accel/kxsd9-i2c.c index 98fbb628d5bd..38411e1c155b 100644 --- a/drivers/iio/accel/kxsd9-i2c.c +++ b/drivers/iio/accel/kxsd9-i2c.c @@ -63,3 +63,6 @@ static struct i2c_driver kxsd9_i2c_driver = { .id_table = kxsd9_i2c_id, }; module_i2c_driver(kxsd9_i2c_driver); + +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("KXSD9 accelerometer I2C interface"); |