hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/gpio/gpio-tps6586x.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * TI TPS6586x GPIO driver
34 *
....@@ -7,22 +8,10 @@
78 * Based on tps6586x.c
89 * Copyright (c) 2010 CompuLab Ltd.
910 * Mike Rapoport <mike@compulab.co.il>
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms and conditions of the GNU General Public License,
13
- * version 2, as published by the Free Software Foundation.
14
- *
15
- * This program is distributed in the hope it will be useful, but WITHOUT
16
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18
- * more details.
19
- *
20
- * You should have received a copy of the GNU General Public License
21
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
2211 */
2312
2413 #include <linux/errno.h>
25
-#include <linux/gpio.h>
14
+#include <linux/gpio/driver.h>
2615 #include <linux/kernel.h>
2716 #include <linux/init.h>
2817 #include <linux/mfd/tps6586x.h>