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>
This commit is contained in:
Yadwinder Singh Brar 2012-07-05 09:28:24 +05:30 committed by Samuel Ortiz
parent c1516f840d
commit a232d56e48
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ enum max77686_regulators {
MAX77686_BUCK7,
MAX77686_BUCK8,
MAX77686_BUCK9,
MAX77686_EN32KHZ_AP,
MAX77686_EN32KHZ_CP,
MAX77686_P32KH,
MAX77686_REG_MAX,
};