diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-06-18 14:05:40 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-06-19 12:53:26 +0400 |
commit | c8eaed458e2cfbd906dbbe1af49aa028f59cc132 (patch) | |
tree | b69c1934800bacecd4f4a7ca0cbfca719c1ccb42 /include/linux/mfd/davinci_voicecodec.h | |
parent | e578438820cdca91cb5eab477ec062236433ce5f (diff) | |
download | linux-c8eaed458e2cfbd906dbbe1af49aa028f59cc132.tar.xz |
mfd: davinci_voicecodec: Convert to use devm_* APIs
devm_* APIs are device managed and make code simpler.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/davinci_voicecodec.h')
-rw-r--r-- | include/linux/mfd/davinci_voicecodec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h index 0ab61320ffa8..94c53d4819c7 100644 --- a/include/linux/mfd/davinci_voicecodec.h +++ b/include/linux/mfd/davinci_voicecodec.h @@ -112,8 +112,6 @@ struct davinci_vc { /* Memory resources */ void __iomem *base; - resource_size_t pbase; - size_t base_size; /* MFD cells */ struct mfd_cell cells[DAVINCI_VC_CELLS]; |