diff options
Diffstat (limited to 'drivers/iio/light/cm3232.c')
-rw-r--r-- | drivers/iio/light/cm3232.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/light/cm3232.c b/drivers/iio/light/cm3232.c index c639cf276ee6..cd3cfb7d02bd 100644 --- a/drivers/iio/light/cm3232.c +++ b/drivers/iio/light/cm3232.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * CM3232 Ambient Light Sensor | 3 | * CM3232 Ambient Light Sensor |
3 | * | 4 | * |
4 | * Copyright (C) 2014-2015 Capella Microsystems Inc. | 5 | * Copyright (C) 2014-2015 Capella Microsystems Inc. |
5 | * Author: Kevin Tsai <ktsai@capellamicro.com> | 6 | * Author: Kevin Tsai <ktsai@capellamicro.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2, as published | ||
9 | * by the Free Software Foundation. | ||
10 | * | ||
11 | * IIO driver for CM3232 (7-bit I2C slave address 0x10). | 8 | * IIO driver for CM3232 (7-bit I2C slave address 0x10). |
12 | */ | 9 | */ |
13 | 10 | ||