summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/mc13783-adc.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-09-06 14:59:49 -0400
committerGuenter Roeck <linux@roeck-us.net>2018-10-10 23:37:13 -0400
commit9450f52cec784a93b93772bba3a158647ed9b4d8 (patch)
treef3463f09579f877ee050443aa4cf8d8987908bdb /drivers/hwmon/mc13783-adc.c
parentc3bf6076cc41659c7b0301d19f871a22e4633013 (diff)
hwmon: (mc13783-adc) Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/mc13783-adc.c')
-rw-r--r--drivers/hwmon/mc13783-adc.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/hwmon/mc13783-adc.c b/drivers/hwmon/mc13783-adc.c
index 78fe8759d2a9..825b922a3f92 100644
--- a/drivers/hwmon/mc13783-adc.c
+++ b/drivers/hwmon/mc13783-adc.c
@@ -1,21 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * Driver for the ADC on Freescale Semiconductor MC13783 and MC13892 PMICs. 3 * Driver for the ADC on Freescale Semiconductor MC13783 and MC13892 PMICs.
3 * 4 *
4 * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. 5 * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
5 * Copyright (C) 2009 Sascha Hauer, Pengutronix 6 * Copyright (C) 2009 Sascha Hauer, Pengutronix
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * this program; if not, write to the Free Software Foundation, Inc., 51
18 * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 7 */
20 8
21#include <linux/mfd/mc13xxx.h> 9#include <linux/mfd/mc13xxx.h>