Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e72e799c authored by Markus Elfring's avatar Markus Elfring Committed by Benjamin Herrenschmidt
Browse files

powerpc/512x: Delete unnecessary assignment for the field "owner"



The field "owner" is set by the core.
Thus delete an unneeded initialisation.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent aded76ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -528,7 +528,6 @@ static struct platform_driver mpc512x_lpbfifo_driver = {
	.remove = mpc512x_lpbfifo_remove,
	.driver = {
		.name = DRV_NAME,
		.owner = THIS_MODULE,
		.of_match_table = mpc512x_lpbfifo_match,
	},
};