diff options
author | Yadwinder Singh Brar <yadi.brar01@gmail.com> | 2012-07-04 23:58:24 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 09:13:43 -0400 |
commit | a232d56e48024c41c87ba884cc0a0fc98e37f5c6 (patch) | |
tree | a7412a1723d5e045c1013b340781443f936487d5 /include/linux/mfd/max77686.h | |
parent | c1516f840dcd91e76712a047993e09d95034a66d (diff) |
mfd: Remove the clocks from the list of max77686 regulators
Remove the clocks from the list of regulators to correct the value of
MAX77686_REG_MAX which is used in the regulator driver to represent the no.
of regulators present in max77686.
Signed-off-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/max77686.h')
-rw-r--r-- | include/linux/mfd/max77686.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h index fcf312678cac..3d7ae4d7fd36 100644 --- a/include/linux/mfd/max77686.h +++ b/include/linux/mfd/max77686.h | |||
@@ -67,9 +67,6 @@ enum max77686_regulators { | |||
67 | MAX77686_BUCK7, | 67 | MAX77686_BUCK7, |
68 | MAX77686_BUCK8, | 68 | MAX77686_BUCK8, |
69 | MAX77686_BUCK9, | 69 | MAX77686_BUCK9, |
70 | MAX77686_EN32KHZ_AP, | ||
71 | MAX77686_EN32KHZ_CP, | ||
72 | MAX77686_P32KH, | ||
73 | 70 | ||
74 | MAX77686_REG_MAX, | 71 | MAX77686_REG_MAX, |
75 | }; | 72 | }; |