Merge branch 'msm-fixes-3.19' of git://people.freedesktop.org/~robclark/linux into...
[cascardo/linux.git] / drivers / spi / spi-fsl-spi.c
index 3b15936..60c5907 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,
        },
 };