From: Yadwinder Singh Brar Date: Thu, 5 Jul 2012 03:58:24 +0000 (+0530) Subject: mfd: Remove the clocks from the list of max77686 regulators X-Git-Tag: next-20120724~51^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a232d56e48024c41c87ba884cc0a0fc98e37f5c6;p=karo-tx-linux.git 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 Signed-off-by: Samuel Ortiz --- 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 { MAX77686_BUCK7, MAX77686_BUCK8, MAX77686_BUCK9, - MAX77686_EN32KHZ_AP, - MAX77686_EN32KHZ_CP, - MAX77686_P32KH, MAX77686_REG_MAX, };