drm/etnaviv: drop driver owner assignment
Core in platform_driver_register() already sets the .owner, so driver does not need to. Whatever is set here will be anyway overwritten by main driver calling platform_driver_register(). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
committed by
Lucas Stach
parent
e67572cd22
commit
fda1a71a49
@@ -1975,7 +1975,6 @@ static const struct dev_pm_ops etnaviv_gpu_pm_ops = {
|
||||
struct platform_driver etnaviv_gpu_driver = {
|
||||
.driver = {
|
||||
.name = "etnaviv-gpu",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = pm_ptr(&etnaviv_gpu_pm_ops),
|
||||
.of_match_table = etnaviv_gpu_match,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user