| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * gpiolib support for Wolfson WM835x PMICs |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
|---|
| 7 | 8 | * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 9 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 10 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 11 | | - * option) any later version. |
|---|
| 12 | | - * |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #include <linux/kernel.h> |
|---|
| 16 | 12 | #include <linux/slab.h> |
|---|
| 17 | 13 | #include <linux/module.h> |
|---|
| 18 | | -#include <linux/gpio.h> |
|---|
| 14 | +#include <linux/gpio/driver.h> |
|---|
| 19 | 15 | #include <linux/mfd/core.h> |
|---|
| 20 | 16 | #include <linux/platform_device.h> |
|---|
| 21 | 17 | #include <linux/seq_file.h> |
|---|