diff options
Diffstat (limited to 'drivers/iio/adc/axp20x_adc.c')
-rw-r--r-- | drivers/iio/adc/axp20x_adc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/axp20x_adc.c b/drivers/iio/adc/axp20x_adc.c index 5be789269353..88059480da17 100644 --- a/drivers/iio/adc/axp20x_adc.c +++ b/drivers/iio/adc/axp20x_adc.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* ADC driver for AXP20X and AXP22X PMICs | 2 | /* ADC driver for AXP20X and AXP22X PMICs |
2 | * | 3 | * |
3 | * Copyright (c) 2016 Free Electrons NextThing Co. | 4 | * Copyright (c) 2016 Free Electrons NextThing Co. |
4 | * Quentin Schulz <quentin.schulz@free-electrons.com> | 5 | * Quentin Schulz <quentin.schulz@free-electrons.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it under | ||
7 | * the terms of the GNU General Public License version 2 as published by the | ||
8 | * Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/completion.h> | 8 | #include <linux/completion.h> |