.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * TI TPS6586x GPIO driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Based on tps6586x.c |
---|
8 | 9 | * Copyright (c) 2010 CompuLab Ltd. |
---|
9 | 10 | * 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/>. |
---|
22 | 11 | */ |
---|
23 | 12 | |
---|
24 | 13 | #include <linux/errno.h> |
---|
25 | | -#include <linux/gpio.h> |
---|
| 14 | +#include <linux/gpio/driver.h> |
---|
26 | 15 | #include <linux/kernel.h> |
---|
27 | 16 | #include <linux/init.h> |
---|
28 | 17 | #include <linux/mfd/tps6586x.h> |
---|