misc: 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:
@@ -375,7 +375,6 @@ static const struct of_device_id charlcd_match[] = {
|
||||
static struct platform_driver charlcd_driver = {
|
||||
.driver = {
|
||||
.name = DRIVERNAME,
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &charlcd_pm_ops,
|
||||
.of_match_table = of_match_ptr(charlcd_match),
|
||||
},
|
||||
|
Reference in New Issue
Block a user