pinctrl: rockchip: Remove of_match_ptr macro for DT only driver
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>
This commit is contained in:
parent
63ca8db757
commit
0be9e70d58
1 changed files with 1 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ static struct platform_driver rockchip_pinctrl_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "rockchip-pinctrl",
|
.name = "rockchip-pinctrl",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.of_match_table = of_match_ptr(rockchip_pinctrl_dt_match),
|
.of_match_table = rockchip_pinctrl_dt_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue