]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/spi/spi-xtensa-xtfpga.c
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / drivers / spi / spi-xtensa-xtfpga.c
index 0dc5df5233a96f5b2004d837bc862fbcd626fede..2e32ea2f194f3f0d92c4410be212d65b4be75b0d 100644 (file)
@@ -160,7 +160,6 @@ static struct platform_driver xtfpga_spi_driver = {
        .remove = xtfpga_spi_remove,
        .driver = {
                .name = XTFPGA_SPI_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = of_match_ptr(xtfpga_spi_of_match),
        },
 };