hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/extcon/extcon-qcom-spmi-misc.c
....@@ -1,18 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /**
23 * extcon-qcom-spmi-misc.c - Qualcomm USB extcon driver to support USB ID
34 * detection based on extcon-usb-gpio.c.
45 *
56 * Copyright (C) 2016 Linaro, Ltd.
67 * Stephen Boyd <stephen.boyd@linaro.org>
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
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
168 */
179
1810 #include <linux/extcon-provider.h>