mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
pinctrl: sunxi: sun9i-a80-r: drop driver owner assignment
Core in platform_driver_register() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Chen-Yu Tsai <wens@csie.org> Message-ID: <20240330210954.100842-1-krzysztof.kozlowski@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4aad0ad20f
commit
e798845d68
@ -169,7 +169,6 @@ static struct platform_driver sun9i_a80_r_pinctrl_driver = {
|
||||
.probe = sun9i_a80_r_pinctrl_probe,
|
||||
.driver = {
|
||||
.name = "sun9i-a80-r-pinctrl",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = sun9i_a80_r_pinctrl_match,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user