[PATCH 10/11] regulator: bd71828: Drop useless header
Linus Walleij
linus.walleij at linaro.org
Tue Aug 8 06:46:37 PDT 2023
The bd71828 includes the legacy header <linux/gpio.h> for no
reason, drop the include. The documentation mentions GPIO but there
is no usage of the GPIO namespace.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
drivers/regulator/bd71828-regulator.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regulator/bd71828-regulator.c b/drivers/regulator/bd71828-regulator.c
index f3205dc9d4fc..08d4ee369287 100644
--- a/drivers/regulator/bd71828-regulator.c
+++ b/drivers/regulator/bd71828-regulator.c
@@ -5,7 +5,6 @@
#include <linux/delay.h>
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/mfd/rohm-bd71828.h>
--
2.34.1
More information about the Linux-mediatek
mailing list