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:
Markus Elfring
2016-08-14 21:42:17 +02:00
committed by Benjamin Herrenschmidt
부모 e340eca90e
커밋 aded76bac5
4개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@@ -789,7 +789,6 @@ static struct platform_driver wf_pm72_driver = {
.remove = wf_pm72_remove,
.driver = {
.name = "windfarm",
.owner = THIS_MODULE,
},
};