diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2021-02-20 01:39:09 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-04-14 18:03:20 +0300 |
commit | 911490a5ca2a3289ac734ca7c127c7dbc72466cc (patch) | |
tree | f8b4188073af96ba108cf457b9f1653086607727 /include/linux/mfd | |
parent | c4d09226d5c484665e5f394bd8d278e071c5e2ee (diff) | |
download | linux-911490a5ca2a3289ac734ca7c127c7dbc72466cc.tar.xz |
mfd: lp87565: Remove unused define 'LP87565_NUM_BUCK'
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>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/lp87565.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h index d44ddfb6bb63..5640e6088fe6 100644 --- 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, |