Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Mark Brown
d7370964 fdf82f23

-1
-1
drivers/regulator/da9121-regulator.c
··· 14 14 // Copyright (C) 2020 Dialog Semiconductor 15 15 16 16 #include <linux/of.h> 17 - #include <linux/of_gpio.h> 18 17 #include <linux/gpio/consumer.h> 19 18 #include <linux/regulator/of_regulator.h> 20 19 #include <linux/regulator/machine.h>