Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Linus Walleij
e798845d 4aad0ad2

-1
-1
drivers/pinctrl/sunxi/pinctrl-sun9i-a80-r.c
··· 169 169 .probe = sun9i_a80_r_pinctrl_probe, 170 170 .driver = { 171 171 .name = "sun9i-a80-r-pinctrl", 172 - .owner = THIS_MODULE, 173 172 .of_match_table = sun9i_a80_r_pinctrl_match, 174 173 }, 175 174 };