video: fbdev: 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:
@@ -267,7 +267,6 @@ MODULE_DEVICE_TABLE(of, simplefb_of_match);
|
||||
static struct platform_driver simplefb_driver = {
|
||||
.driver = {
|
||||
.name = "simple-framebuffer",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = simplefb_of_match,
|
||||
},
|
||||
.probe = simplefb_probe,
|
||||
|
Reference in New Issue
Block a user