aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-02-28 21:57:30 +0200
committerMark Brown <broonie@kernel.org>2024-02-29 11:40:30 +0000
commitd73709646cafc0ea7e6cfa0bbc6fcd8a6c0f89c3 (patch)
tree87c293dc032c858f9f862a0fe0be9d6ebef3ccae /drivers/regulator
parentfdf82f23ca25a80bee354b667259bf57dcfb607d (diff)
downloadlinux-d73709646cafc0ea7e6cfa0bbc6fcd8a6c0f89c3.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/da9121-regulator.c b/drivers/regulator/da9121-regulator.c
index b551a400bdd1f..5ee76b5335760 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>