Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-drm-fsl-dcu.git] / drivers / spi / spi-fsl-spi.c
index 3b159364c4591c8129680456ff187e4fb7852467..60c590790854242dde41e86135192ca2c1cbb4a9 100644 (file)
@@ -879,7 +879,6 @@ static int of_fsl_spi_remove(struct platform_device *ofdev)
 static struct platform_driver of_fsl_spi_driver = {
        .driver = {
                .name = "fsl_spi",
-               .owner = THIS_MODULE,
                .of_match_table = of_fsl_spi_match,
        },
        .probe          = of_fsl_spi_probe,
@@ -926,7 +925,6 @@ static struct platform_driver mpc8xxx_spi_driver = {
        .remove = plat_mpc8xxx_spi_remove,
        .driver = {
                .name = "mpc8xxx_spi",
-               .owner = THIS_MODULE,
        },
 };