diff options
Diffstat (limited to 'drivers/iio/potentiometer/mcp4131.c')
-rw-r--r-- | drivers/iio/potentiometer/mcp4131.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/potentiometer/mcp4131.c b/drivers/iio/potentiometer/mcp4131.c index efe035ce010d..98df91e97f2f 100644 --- a/drivers/iio/potentiometer/mcp4131.c +++ b/drivers/iio/potentiometer/mcp4131.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Industrial I/O driver for Microchip digital potentiometers | 3 | * Industrial I/O driver for Microchip digital potentiometers |
3 | * | 4 | * |
@@ -23,10 +24,6 @@ | |||
23 | * mcp4252 2 257 5, 10, 50, 100 | 24 | * mcp4252 2 257 5, 10, 50, 100 |
24 | * mcp4261 2 257 5, 10, 50, 100 | 25 | * mcp4261 2 257 5, 10, 50, 100 |
25 | * mcp4262 2 257 5, 10, 50, 100 | 26 | * mcp4262 2 257 5, 10, 50, 100 |
26 | * | ||
27 | * This program is free software; you can redistribute it and/or modify it | ||
28 | * under the terms of the GNU General Public License version 2 as published by | ||
29 | * the Free Software Foundation. | ||
30 | */ | 27 | */ |
31 | 28 | ||
32 | /* | 29 | /* |