aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm93.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm93.c')
-rw-r--r--drivers/hwmon/lm93.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/hwmon/lm93.c b/drivers/hwmon/lm93.c
index a0b5fbf958f3..cea8ea323271 100644
--- a/drivers/hwmon/lm93.c
+++ b/drivers/hwmon/lm93.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * lm93.c - Part of lm_sensors, Linux kernel modules for hardware monitoring 3 * lm93.c - Part of lm_sensors, Linux kernel modules for hardware monitoring
3 * 4 *
@@ -22,20 +23,6 @@
22 * 23 *
23 * Modified for mainline integration by Hans J. Koch <hjk@hansjkoch.de> 24 * Modified for mainline integration by Hans J. Koch <hjk@hansjkoch.de>
24 * Copyright (c) 2007 Hans J. Koch, Linutronix GmbH 25 * Copyright (c) 2007 Hans J. Koch, Linutronix GmbH
25 *
26 * This program is free software; you can redistribute it and/or modify
27 * it under the terms of the GNU General Public License as published by
28 * the Free Software Foundation; either version 2 of the License, or
29 * (at your option) any later version.
30 *
31 * This program is distributed in the hope that it will be useful,
32 * but WITHOUT ANY WARRANTY; without even the implied warranty of
33 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 * GNU General Public License for more details.
35 *
36 * You should have received a copy of the GNU General Public License
37 * along with this program; if not, write to the Free Software
38 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39 */ 26 */
40 27
41#include <linux/module.h> 28#include <linux/module.h>