projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d0922
)
mfd: lp87565: Remove unused define 'LP87565_NUM_BUCK'
author
Luca Ceresoli
<luca@lucaceresoli.net>
Fri, 19 Feb 2021 22:39:09 +0000
(23:39 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 14 Apr 2021 15:03:20 +0000
(16:03 +0100)
This define appears incorrect, but it is completely unused so it can be
removed.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/lp87565.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/lp87565.h
b/include/linux/mfd/lp87565.h
index
d44ddfb
..
5640e60
100644
(file)
--- a/
include/linux/mfd/lp87565.h
+++ b/
include/linux/mfd/lp87565.h
@@
-237,9
+237,6
@@
enum lp87565_device_type {
#define LP87565_GOIO2_OUT BIT(1)
#define LP87565_GOIO1_OUT BIT(0)
-/* Number of step-down converters available */
-#define LP87565_NUM_BUCK 6
-
enum LP87565_regulator_id {
/* BUCK's */
LP87565_BUCK_0,