]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/can/spi/mcp251x.c
spi: Drop owner assignment from spi_drivers
[karo-tx-linux.git] / drivers / net / can / spi / mcp251x.c
index b7e83c2120235e133141422ebe037a3bf43e7a15..575790e8a75af8e6184f5611fe133b1d73825679 100644 (file)
@@ -1243,7 +1243,6 @@ static SIMPLE_DEV_PM_OPS(mcp251x_can_pm_ops, mcp251x_can_suspend,
 static struct spi_driver mcp251x_can_driver = {
        .driver = {
                .name = DEVICE_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = mcp251x_of_match,
                .pm = &mcp251x_can_pm_ops,
        },