diff options
author | Linus Walleij <[email protected]> | 2023-08-08 15:46:36 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-08-08 15:23:16 +0100 |
commit | e4d48f64fcd469feeb09fc452f8cd1dfc00b43f6 (patch) | |
tree | 33b27805e9aa3912d738e28dd983e04cc94bb7f4 | |
parent | d150c73aa233d6469392282ef648dba5fd4b4821 (diff) |
regulator: lp8755: Drop useless header
The lp8755 includes the legacy header <linux/gpio.h> for no
reason, drop the include.
Signed-off-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/regulator/lp8755.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/lp8755.c b/drivers/regulator/lp8755.c index 4bc310f972ed..8d01e18046f3 100644 --- a/drivers/regulator/lp8755.c +++ b/drivers/regulator/lp8755.c @@ -13,7 +13,6 @@ #include <linux/err.h> #include <linux/irq.h> #include <linux/interrupt.h> -#include <linux/gpio.h> #include <linux/regmap.h> #include <linux/uaccess.h> #include <linux/regulator/driver.h> |