commit | 1a8764f45c634b4b9e2aed80a93a40771c84a11a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun May 21 01:02:17 2017 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon May 29 10:18:46 2017 +0200 |
tree | cf19e1cdf8f90cee1833249fe94595d84d471c9f | |
parent | 80fbc2d9b3e9796133470069fa1a10fe2a755a7a [diff] |
pinctrl: single: use of_device_get_match_data() to get soc data Use of_device_get_match_data() instead of of_match_device(). It allows us to remove the forward declaration of pcs_of_match. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>