aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer/ds1803.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/potentiometer/ds1803.c')
-rw-r--r--drivers/iio/potentiometer/ds1803.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/potentiometer/ds1803.c b/drivers/iio/potentiometer/ds1803.c
index 6bf12c9eccbd..d0de78232a93 100644
--- a/drivers/iio/potentiometer/ds1803.c
+++ b/drivers/iio/potentiometer/ds1803.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Maxim Integrated DS1803 digital potentiometer driver 3 * Maxim Integrated DS1803 digital potentiometer driver
3 * Copyright (c) 2016 Slawomir Stepien 4 * Copyright (c) 2016 Slawomir Stepien
@@ -6,10 +7,6 @@
6 * 7 *
7 * DEVID #Wipers #Positions Resistor Opts (kOhm) i2c address 8 * DEVID #Wipers #Positions Resistor Opts (kOhm) i2c address
8 * ds1803 2 256 10, 50, 100 0101xxx 9 * ds1803 2 256 10, 50, 100 0101xxx
9 *
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License version 2 as published by
12 * the Free Software Foundation.
13 */ 10 */
14 11
15#include <linux/err.h> 12#include <linux/err.h>