mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
gpu: drm: panel: 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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -708,7 +708,6 @@ static void panel_simple_platform_shutdown(struct platform_device *pdev)
|
||||
static struct platform_driver panel_simple_platform_driver = {
|
||||
.driver = {
|
||||
.name = "panel-simple",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = platform_of_match,
|
||||
},
|
||||
.probe = panel_simple_platform_probe,
|
||||
|
||||
Reference in New Issue
Block a user