diff options
Diffstat (limited to 'drivers/extcon/extcon-adc-jack.c')
-rw-r--r-- | drivers/extcon/extcon-adc-jack.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c index 18026354c332..ee9b5f70bfa4 100644 --- a/drivers/extcon/extcon-adc-jack.c +++ b/drivers/extcon/extcon-adc-jack.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/extcon/extcon-adc-jack.c | 3 | * drivers/extcon/extcon-adc-jack.c |
3 | * | 4 | * |
@@ -10,11 +11,6 @@ | |||
10 | * MyungJoo Ham <myungjoo.ham@samsung.com> | 11 | * MyungJoo Ham <myungjoo.ham@samsung.com> |
11 | * | 12 | * |
12 | * Modified for calling to IIO to get adc by <anish.singh@samsung.com> | 13 | * Modified for calling to IIO to get adc by <anish.singh@samsung.com> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | * | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/module.h> | 16 | #include <linux/module.h> |