[media] gs1662: 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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Wei Yongjun 2016-09-21 10:09:23 -03:00 committed by Mauro Carvalho Chehab
parent ff681022c6
commit b7491e7e90

View file

@ -463,7 +463,6 @@ static int gs_remove(struct spi_device *spi)
static struct spi_driver gs_driver = {
.driver = {
.name = "gs1662",
.owner = THIS_MODULE,
},
.probe = gs_probe,