[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1341460705-10868-5-git-send-email-yadi.brar@samsung.com>
Date: Thu, 5 Jul 2012 09:28:24 +0530
From: Yadwinder Singh Brar <yadi.brar01@...il.com>
To: linux-kernel@...r.kernel.org
Cc: sameo@...ux.intel.com,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Liam Girdwood <lrg@...com>,
Jonghwa Lee <jonghwa3.lee@...sung.com>,
Myungjoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Chiwoong Byun <woong.byun@...sung.com>,
Yadwinder Singh Brar <yadi.brar@...sung.com>
Subject: [PATCH 5/6] mfd: max77686: Remove the clocks from the list of 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@...sung.com>
---
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 fcf3126..3d7ae4d 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,
};
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists