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

spi: armada-3700: 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: Mark Brown <broonie@kernel.org>

authored by

Wei Yongjun and committed by
Mark Brown
d9928b4c 85798e15

-1
-1
drivers/spi/spi-armada-3700.c
··· 909 909 static struct platform_driver a3700_spi_driver = { 910 910 .driver = { 911 911 .name = DRIVER_NAME, 912 - .owner = THIS_MODULE, 913 912 .of_match_table = of_match_ptr(a3700_spi_dt_ids), 914 913 }, 915 914 .probe = a3700_spi_probe,