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

Commit cf8e732b authored by Wei Yongjun's avatar Wei Yongjun Committed by Greg Kroah-Hartman
Browse files

staging: bcm2708_vchiq: remove .owner field for driver



Remove .owner field if calls are used which set it automatically.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5123e93e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2884,7 +2884,6 @@ MODULE_DEVICE_TABLE(of, vchiq_of_match);
static struct platform_driver vchiq_driver = {
	.driver = {
		.name = "bcm2835_vchiq",
		.owner = THIS_MODULE,
		.of_match_table = vchiq_of_match,
	},
	.probe = vchiq_probe,