regulator: da9121: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Feb 2024 19:57:30 +0000 (21:57 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 29 Feb 2024 11:40:30 +0000 (11:40 +0000)
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>
drivers/regulator/da9121-regulator.c

index b551a400bdd1ff12676bb941b5186a3152724139..5ee76b533576035e5acae3d053b479403cd356e0 100644 (file)
@@ -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>