drivers/macintosh: Delete owner assignment
The field "owner" is set by core. Thus delete an extra initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:

committed by
Benjamin Herrenschmidt

부모
e340eca90e
커밋
aded76bac5
@@ -789,7 +789,6 @@ static struct platform_driver wf_pm72_driver = {
|
||||
.remove = wf_pm72_remove,
|
||||
.driver = {
|
||||
.name = "windfarm",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user