summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2021-02-20 01:39:10 +0300
committerLee Jones <lee.jones@linaro.org>2021-05-19 15:34:00 +0300
commit5258f7eed42f4565d065726fd82d3430dd618a68 (patch)
tree36d65b531c66ffb7d54ee56a359bfaa054b19262 /include/linux/mfd
parentc06a40e9513d246bdeacd290f2357bb99251dc9a (diff)
downloadlinux-5258f7eed42f4565d065726fd82d3430dd618a68.tar.xz
mfd: lp87565: Move LP87565_regulator_id to .c file
This enum is used only internally to the regulator driver for buck indexes. 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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h
index a8799ae50dcf..94cb581af34b 100644
--- a/include/linux/mfd/lp87565.h
+++ b/include/linux/mfd/lp87565.h
@@ -237,17 +237,6 @@ enum lp87565_device_type {
#define LP87565_GPIO2_OUT BIT(1)
#define LP87565_GPIO1_OUT BIT(0)
-enum LP87565_regulator_id {
- /* BUCK's */
- LP87565_BUCK_0,
- LP87565_BUCK_1,
- LP87565_BUCK_2,
- LP87565_BUCK_3,
- LP87565_BUCK_10,
- LP87565_BUCK_23,
- LP87565_BUCK_3210,
-};
-
/**
* struct LP87565 - state holder for the LP87565 driver
* @dev: struct device pointer for MFD device