[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240228195730.3607154-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 28 Feb 2024 21:57:30 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Chen Jiahao <chenjiahao16@...wei.com>,
linux-kernel@...r.kernel.org
Cc: Support Opensource <support.opensource@...semi.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCH v1 1/1] 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@...ux.intel.com>
---
drivers/regulator/da9121-regulator.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.43.0.rc1.1.gbec44491f096
Powered by blists - more mailing lists