mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user