mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01: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:
parent
e0a6ec724e
commit
d09ec3dc7f
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue