gpio: latch: remove unneeded include

This driver no longer uses any GPIOLIB internal symbols. We can drop the
gpiolib.h include.

Link: https://lore.kernel.org/r/20251015151605.71203-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
pull/1354/merge
Bartosz Golaszewski 2025-10-15 17:16:05 +02:00
parent e0a6ec724e
commit d09ec3dc7f
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@
#include <linux/property.h>
#include <linux/delay.h>
#include "gpiolib.h"
struct gpio_latch_priv {
struct gpio_chip gc;
struct gpio_descs *clk_gpios;