Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wei Yongjun and committed by
Greg Kroah-Hartman
cf8e732b 5123e93e

-1
-1
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
··· 2884 2884 static struct platform_driver vchiq_driver = { 2885 2885 .driver = { 2886 2886 .name = "bcm2835_vchiq", 2887 - .owner = THIS_MODULE, 2888 2887 .of_match_table = vchiq_of_match, 2889 2888 }, 2890 2889 .probe = vchiq_probe,