OSDN Git Service

net: dsa: b53: remove .owner and .bus fields for driver
authorWei Yongjun <weiyj.lk@gmail.com>
Fri, 12 Aug 2016 15:46:57 +0000 (15:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Aug 2016 04:24:25 +0000 (21:24 -0700)
Remove .owner and .bus fields since module_spi_driver() is used
which set them automatically.

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

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_spi.c

index 1c847a1..f89f530 100644 (file)
@@ -317,8 +317,6 @@ static int b53_spi_remove(struct spi_device *spi)
 static struct spi_driver b53_spi_driver = {
        .driver = {
                .name   = "b53-switch",
-               .bus    = &spi_bus_type,
-               .owner  = THIS_MODULE,
        },
        .probe  = b53_spi_probe,
        .remove = b53_spi_remove,