diff options
author | Matti Vaittinen <mazziesaccount@gmail.com> | 2024-04-12 09:02:55 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-05-10 15:39:17 +0100 |
commit | de8f4d97bb4af59b15a807401427d25aa830fe53 (patch) | |
tree | d0d31b8f57afd086f9e52fa3ecd705d0d954816f | |
parent | 74c6317df04bbfbb82ffed9dbb530e4075c7abed (diff) |
mfd: bd71828: Remove commented code lines
Some commented out code was accidentally left in the header.
Clean up commented out macros.
Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://lore.kernel.org/r/ZhjOj_4AUgC4Iwh_@drtxq0yyyyyyyyyyyyyby-3.rev.dnainternet.fi
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | include/linux/mfd/rohm-bd71828.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/rohm-bd71828.h b/include/linux/mfd/rohm-bd71828.h index 9776fde1262d..ce786c96404a 100644 --- a/include/linux/mfd/rohm-bd71828.h +++ b/include/linux/mfd/rohm-bd71828.h @@ -44,7 +44,6 @@ enum { #define BD71828_MASK_STATE_HBNT BIT(1) -//#define BD71828_REG_SWRESET 0x06 #define BD71828_MASK_RUN_LVL_CTRL 0x30 /* Regulator control masks */ @@ -136,7 +135,6 @@ enum { #define BD71828_REG_LDO5_VOLT 0x43 #define BD71828_REG_LDO5_VOLT_OPT 0x42 #define BD71828_REG_LDO6_EN 0x44 -//#define BD71828_REG_LDO6_VOLT 0x4 #define BD71828_REG_LDO7_EN 0x45 #define BD71828_REG_LDO7_VOLT 0x46 |