dma: 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>
Esse commit está contido em:
@@ -1092,7 +1092,6 @@ static struct platform_driver edma_driver = {
|
||||
.remove = edma_remove,
|
||||
.driver = {
|
||||
.name = "edma-dma-engine",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Referência em uma nova issue
Block a user