diff options
Diffstat (limited to 'drivers/iio/potentiometer/max5481.c')
-rw-r--r-- | drivers/iio/potentiometer/max5481.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/iio/potentiometer/max5481.c b/drivers/iio/potentiometer/max5481.c index 6d2f13fa5662..732375b6d131 100644 --- a/drivers/iio/potentiometer/max5481.c +++ b/drivers/iio/potentiometer/max5481.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Maxim Integrated MAX5481-MAX5484 digital potentiometer driver | 3 | * Maxim Integrated MAX5481-MAX5484 digital potentiometer driver |
3 | * Copyright 2016 Rockwell Collins | 4 | * Copyright 2016 Rockwell Collins |
4 | * | 5 | * |
5 | * Datasheet: | 6 | * Datasheet: |
6 | * http://datasheets.maximintegrated.com/en/ds/MAX5481-MAX5484.pdf | 7 | * http://datasheets.maximintegrated.com/en/ds/MAX5481-MAX5484.pdf |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the gnu general public license version 2 as | ||
10 | * published by the free software foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |