diff options
Diffstat (limited to 'drivers/iio/light/isl29018.c')
-rw-r--r-- | drivers/iio/light/isl29018.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/iio/light/isl29018.c b/drivers/iio/light/isl29018.c index 846df4dce48c..805a74f08ad1 100644 --- a/drivers/iio/light/isl29018.c +++ b/drivers/iio/light/isl29018.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * A iio driver for the light sensor ISL 29018/29023/29035. | 3 | * A iio driver for the light sensor ISL 29018/29023/29035. |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * sensing and infrared sensing. | 6 | * sensing and infrared sensing. |
6 | * | 7 | * |
7 | * Copyright (c) 2010, NVIDIA Corporation. | 8 | * Copyright (c) 2010, NVIDIA Corporation. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
17 | * more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #include <linux/module.h> | 11 | #include <linux/module.h> |