diff options
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r-- | drivers/hwmon/it87.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index f8499cb95fec..fac9b5c68a6a 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * it87.c - Part of lm_sensors, Linux kernel modules for hardware | 3 | * it87.c - Part of lm_sensors, Linux kernel modules for hardware |
3 | * monitoring. | 4 | * monitoring. |
@@ -37,16 +38,6 @@ | |||
37 | * | 38 | * |
38 | * Copyright (C) 2001 Chris Gauthron | 39 | * Copyright (C) 2001 Chris Gauthron |
39 | * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de> | 40 | * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de> |
40 | * | ||
41 | * This program is free software; you can redistribute it and/or modify | ||
42 | * it under the terms of the GNU General Public License as published by | ||
43 | * the Free Software Foundation; either version 2 of the License, or | ||
44 | * (at your option) any later version. | ||
45 | * | ||
46 | * This program is distributed in the hope that it will be useful, | ||
47 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
48 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
49 | * GNU General Public License for more details. | ||
50 | */ | 41 | */ |
51 | 42 | ||
52 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 43 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |