[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210219223910.1831-2-luca@lucaceresoli.net>
Date: Fri, 19 Feb 2021 23:39:09 +0100
From: Luca Ceresoli <luca@...aceresoli.net>
To: Lee Jones <lee.jones@...aro.org>
Cc: Luca Ceresoli <luca@...aceresoli.net>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] mfd: lp87565: remove unused define
This define appears incorrect, but it is completely unused so it can be
removed.
Signed-off-by: Luca Ceresoli <luca@...aceresoli.net>
---
include/linux/mfd/lp87565.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h
index 2620554f357a..a8799ae50dcf 100644
--- a/include/linux/mfd/lp87565.h
+++ b/include/linux/mfd/lp87565.h
@@ -237,9 +237,6 @@ enum lp87565_device_type {
#define LP87565_GPIO2_OUT BIT(1)
#define LP87565_GPIO1_OUT BIT(0)
-/* Number of step-down converters available */
-#define LP87565_NUM_BUCK 6
-
enum LP87565_regulator_id {
/* BUCK's */
LP87565_BUCK_0,
--
2.30.0
Powered by blists - more mailing lists