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: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wei Yongjun 2016-10-17 15:08:14 +00:00 committed by Greg Kroah-Hartman
parent 5123e93e19
commit cf8e732b54
1 changed files with 0 additions and 1 deletions

View File

@ -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,