dmaengine: Remove .owner field for driver
[firefly-linux-kernel-4.4.55.git] / drivers / dma / s3c24xx-dma.c
index 7416572d1e4081866baf61c05411159163a109a9..6941a77521c3d895dbe220a1190d8e64a9acf138 100644 (file)
@@ -1402,7 +1402,6 @@ static int s3c24xx_dma_remove(struct platform_device *pdev)
 static struct platform_driver s3c24xx_dma_driver = {
        .driver         = {
                .name   = "s3c24xx-dma",
-               .owner  = THIS_MODULE,
        },
        .id_table       = s3c24xx_dma_driver_ids,
        .probe          = s3c24xx_dma_probe,