pinctrl: rockchip: Remove of_match_ptr macro for DT only driver
authorAxel Lin <axel.lin@ingics.com>
Fri, 23 Aug 2013 06:27:53 +0000 (14:27 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 28 Aug 2013 11:16:22 +0000 (13:16 +0200)
This is a DT only driver and rockchip_pinctrl_dt_match is always compiled in.
Thus remove of_match_ptr macro.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found