diff options
| author | Andy Shevchenko <[email protected]> | 2024-02-28 21:57:30 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-02-29 11:40:30 +0000 |
| commit | d73709646cafc0ea7e6cfa0bbc6fcd8a6c0f89c3 (patch) | |
| tree | 87c293dc032c858f9f862a0fe0be9d6ebef3ccae | |
| parent | fdf82f23ca25a80bee354b667259bf57dcfb607d (diff) | |
regulator: da9121: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | drivers/regulator/da9121-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/da9121-regulator.c b/drivers/regulator/da9121-regulator.c index b551a400bdd1..5ee76b533576 100644 --- a/drivers/regulator/da9121-regulator.c +++ b/drivers/regulator/da9121-regulator.c @@ -14,7 +14,6 @@ // Copyright (C) 2020 Dialog Semiconductor #include <linux/of.h> -#include <linux/of_gpio.h> #include <linux/gpio/consumer.h> #include <linux/regulator/of_regulator.h> #include <linux/regulator/machine.h> |