commit | eaf06ee22594ac90cdd0279483b06c1db1667e01 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Aug 02 11:14:18 2010 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Aug 12 11:28:03 2010 +0200 |
tree | 12946774afdbfec2e208bc65532fd663aa648f2d | |
parent | 3b16bb539c558cd523ea380653d4bf24a8c9e833 [diff] |
hwmon: Don't access struct mc13783 directly from mc13783-adc There is a shiny new mc13783 API function that can be used instead. While at it refactor the code a bit to reduce code duplication a bit. This removes the last user of <linux/mfd/mc13783-private.h> and so this include file can go away. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>