diff options
Diffstat (limited to 'drivers/hwmon/lm83.c')
-rw-r--r-- | drivers/hwmon/lm83.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c index 5bb35dff3d76..8fefca9bbbb7 100644 --- a/drivers/hwmon/lm83.c +++ b/drivers/hwmon/lm83.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * lm83.c - Part of lm_sensors, Linux kernel modules for hardware | 3 | * lm83.c - Part of lm_sensors, Linux kernel modules for hardware |
3 | * monitoring | 4 | * monitoring |
@@ -15,16 +16,6 @@ | |||
15 | * Also supports the LM82 temp sensor, which is basically a stripped down | 16 | * Also supports the LM82 temp sensor, which is basically a stripped down |
16 | * model of the LM83. Datasheet is here: | 17 | * model of the LM83. Datasheet is here: |
17 | * http://www.national.com/pf/LM/LM82.html | 18 | * http://www.national.com/pf/LM/LM82.html |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or modify | ||
20 | * it under the terms of the GNU General Public License as published by | ||
21 | * the Free Software Foundation; either version 2 of the License, or | ||
22 | * (at your option) any later version. | ||
23 | * | ||
24 | * This program is distributed in the hope that it will be useful, | ||
25 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
26 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
27 | * GNU General Public License for more details. | ||
28 | */ | 19 | */ |
29 | 20 | ||
30 | #include <linux/module.h> | 21 | #include <linux/module.h> |