aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-05-27 15:43:14 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-06-16 16:45:21 +0100
commit47dd8378f953152944b651df92e5f2c7ebb6729c (patch)
treeadd74588574417ba9d8b59d50e0958b8f4846b27 /drivers/iio
parentMAINTAINERS: add entry for ad7780 adc driver (diff)
downloadlinux-dev-47dd8378f953152944b651df92e5f2c7ebb6729c.tar.xz
linux-dev-47dd8378f953152944b651df92e5f2c7ebb6729c.zip
iio: adc: meson_saradc: update with SPDX Licence identifier
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/adc/meson_saradc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/iio/adc/meson_saradc.c b/drivers/iio/adc/meson_saradc.c
index 510d8b7ef3a0..7b28d045d271 100644
--- a/drivers/iio/adc/meson_saradc.c
+++ b/drivers/iio/adc/meson_saradc.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Amlogic Meson Successive Approximation Register (SAR) A/D Converter
*
* Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <linux/bitfield.h>