diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-02-28 21:57:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-29 11:40:30 +0000 |
commit | d73709646cafc0ea7e6cfa0bbc6fcd8a6c0f89c3 (patch) | |
tree | 87c293dc032c858f9f862a0fe0be9d6ebef3ccae /drivers/regulator | |
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 <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240228195730.3607154-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-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> |