ata: 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:
@@ -1624,7 +1624,6 @@ MODULE_DEVICE_TABLE(of, fsl_sata_match);
|
||||
static struct platform_driver fsl_sata_driver = {
|
||||
.driver = {
|
||||
.name = "fsl-sata",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = fsl_sata_match,
|
||||
},
|
||||
.probe = sata_fsl_probe,
|
||||
|
Reference in New Issue
Block a user