mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
staging: netlogic: 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:
parent
b096ba9534
commit
848a17ca5b
@ -1133,7 +1133,6 @@ static struct platform_driver xlr_net_driver = {
|
||||
.remove = xlr_net_remove,
|
||||
.driver = {
|
||||
.name = "xlr-net",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user