aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ltc2485.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/adc/ltc2485.c')
-rw-r--r--drivers/iio/adc/ltc2485.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/ltc2485.c b/drivers/iio/adc/ltc2485.c
index b24c14037fd4..c418466d51fd 100644
--- a/drivers/iio/adc/ltc2485.c
+++ b/drivers/iio/adc/ltc2485.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * ltc2485.c - Driver for Linear Technology LTC2485 ADC 3 * ltc2485.c - Driver for Linear Technology LTC2485 ADC
3 * 4 *
4 * Copyright (C) 2016 Alison Schofield <amsfield22@gmail.com> 5 * Copyright (C) 2016 Alison Schofield <amsfield22@gmail.com>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * Datasheet: http://cds.linear.com/docs/en/datasheet/2485fd.pdf 7 * Datasheet: http://cds.linear.com/docs/en/datasheet/2485fd.pdf
11 */ 8 */
12 9