Commit 85a43899 authored by Wolfram Sang's avatar Wolfram Sang

gpu: drm: armada: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 4a3a950e
...@@ -485,7 +485,6 @@ static struct platform_driver armada_drm_platform_driver = { ...@@ -485,7 +485,6 @@ static struct platform_driver armada_drm_platform_driver = {
.remove = armada_drm_remove, .remove = armada_drm_remove,
.driver = { .driver = {
.name = "armada-drm", .name = "armada-drm",
.owner = THIS_MODULE,
}, },
.id_table = armada_drm_platform_ids, .id_table = armada_drm_platform_ids,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment