diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-08-27 11:35:56 -0400 |
|---|---|---|
| committer | Chanwoo Choi <cw00.choi@samsung.com> | 2018-08-27 22:21:15 -0400 |
| commit | 900ed55571941c5b61869954dc96e082e2ded78d (patch) | |
| tree | e21099f4a48b77782cc51d273ccb73bfcb00ca3f /drivers | |
| parent | a4722503fadf0ed6219153da7ed6fa6cb4da98ec (diff) | |
extcon: cht-wc: Convert to use SPDX identifier
Convert driver to use SPDX identifier.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/extcon/extcon-intel-cht-wc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/extcon/extcon-intel-cht-wc.c b/drivers/extcon/extcon-intel-cht-wc.c index ad1fd70e4023..5ef215297101 100644 --- a/drivers/extcon/extcon-intel-cht-wc.c +++ b/drivers/extcon/extcon-intel-cht-wc.c | |||
| @@ -1,18 +1,10 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | ||
| 1 | /* | 2 | /* |
| 2 | * Extcon charger detection driver for Intel Cherrytrail Whiskey Cove PMIC | 3 | * Extcon charger detection driver for Intel Cherrytrail Whiskey Cove PMIC |
| 3 | * Copyright (C) 2017 Hans de Goede <hdegoede@redhat.com> | 4 | * Copyright (C) 2017 Hans de Goede <hdegoede@redhat.com> |
| 4 | * | 5 | * |
| 5 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: | 6 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: |
| 6 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. | 7 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. |
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify it | ||
| 9 | * under the terms and conditions of the GNU General Public License, | ||
| 10 | * version 2, as published by the Free Software Foundation. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
| 13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
| 15 | * more details. | ||
| 16 | */ | 8 | */ |
| 17 | 9 | ||
| 18 | #include <linux/extcon-provider.h> | 10 | #include <linux/extcon-provider.h> |
