diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-09-20 16:30:13 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-10-04 15:48:05 +0100 |
commit | 1961531d1a0a011c77bfaafc8412e84a919d1747 (patch) | |
tree | 1eddcb450bdeedc8d1991ccca8d6b1eb46bf3220 /include/linux/mfd/arizona | |
parent | f4c052622567f9ff4f226f0f33d792c5ed01ec7f (diff) | |
download | blackbird-op-linux-1961531d1a0a011c77bfaafc8412e84a919d1747.tar.gz blackbird-op-linux-1961531d1a0a011c77bfaafc8412e84a919d1747.zip |
mfd: arizona: Remove arizona_of_get_named_gpio helper function
This function is only used in a single place and no new users will be
added as all the devices other required GPIOs are already handled. As
such just merge the code back into the calling function.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd/arizona')
-rw-r--r-- | include/linux/mfd/arizona/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/arizona/core.h b/include/linux/mfd/arizona/core.h index b9909bb0642b..b31b3be7f8c9 100644 --- a/include/linux/mfd/arizona/core.h +++ b/include/linux/mfd/arizona/core.h @@ -191,7 +191,4 @@ int cs47l24_patch(struct arizona *arizona); int wm8997_patch(struct arizona *arizona); int wm8998_patch(struct arizona *arizona); -extern int arizona_of_get_named_gpio(struct arizona *arizona, const char *prop, - bool mandatory); - #endif |