]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
mfd: Remove the clocks from the list of max77686 regulators
authorYadwinder Singh Brar <yadi.brar01@gmail.com>
Thu, 5 Jul 2012 03:58:24 +0000 (09:28 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 9 Jul 2012 13:13:43 +0000 (15:13 +0200)
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>
include/linux/mfd/max77686.h

index fcf312678cacadead5c8ca971a4f3f18f709f62c..3d7ae4d7fd3688ab8c5771d710ee5e9803cd7dc9 100644 (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,
 };