commit | 9d3f653f45b0ad299158d31207e4b747aa6df2c7 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Jan 28 09:21:58 2013 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Feb 04 08:33:29 2013 +0000 |
tree | 114e6cbe234119862e6ff2aed2d45ef4969af399 | |
parent | f825ebe522e974fec84525f12a43ec70e304e248 [diff] |
mfd: ab8500-gpadc: Remove unused 'struct ab8500_gpadc' The ab8500_gpadc structure carries lots of important information which most functions make good use of. The initial expectation was that ab8500_gpadc_runtime_idle() would be no exception; however, this hasn't been the case to date. Let's remove it for now and add it back in only when we have a use for it. Signed-off-by: Lee Jones <lee.jones@linaro.org>