summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Singh Rawat <srawat@nvidia.com>2012-03-26 17:46:55 +0530
committerSimone Willett <swillett@nvidia.com>2012-05-08 11:59:27 -0700
commit63cb7c537150248f16682af3f140d95f862ff729 (patch)
treeadd7ae1639f484872a44822d7fed75393749d4e8
parentc493654c386b7b4392e8ebca5c3c1e312b3927c0 (diff)
mfd: twl6025: resolve compilation time warnings
bug 949219 Change-Id: Ied38dc0ff7ade8b15561747cde6d552f2597e9e6 Signed-off-by: Sanjay Singh Rawat <srawat@nvidia.com> Reviewed-on: http://git-master/r/92307 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
-rw-r--r--include/linux/i2c/twl.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h
index bb92f0b13288..4fea7107fee8 100644
--- a/include/linux/i2c/twl.h
+++ b/include/linux/i2c/twl.h
@@ -862,22 +862,6 @@ static inline int twl4030charger_usb_en(int enable) { return 0; }
#define TWL6030_REG_VDAC 45
#define TWL6030_REG_VUSB 46
-/* These are renamed in 6025 but same registers */
-#define TWL6025_REG_LDO2 48
-#define TWL6025_REG_LDO4 49
-#define TWL6025_REG_LDO3 50
-#define TWL6025_REG_LDO5 51
-#define TWL6025_REG_LDO1 52
-#define TWL6025_REG_LDO7 53
-#define TWL6025_REG_LDO6 54
-#define TWL6025_REG_LDOLN 55
-#define TWL6025_REG_LDOUSB 56
-
-/* 6025 DCDC supplies */
-#define TWL6025_REG_SMPS3 57
-#define TWL6025_REG_SMPS4 58
-#define TWL6025_REG_VIO 59
-
/* INTERNAL LDOs */
#define TWL6030_REG_VRTC 47
#define TWL6030_REG_CLK32KG 48