hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpio/gpio-wm831x.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * gpiolib support for Wolfson WM831x PMICs
34 *
....@@ -5,17 +6,12 @@
56 *
67 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
78 *
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
- *
139 */
1410
1511 #include <linux/kernel.h>
1612 #include <linux/slab.h>
1713 #include <linux/module.h>
18
-#include <linux/gpio.h>
14
+#include <linux/gpio/driver.h>
1915 #include <linux/mfd/core.h>
2016 #include <linux/platform_device.h>
2117 #include <linux/seq_file.h>