Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / spi / spi-rockchip.c
index 87bc16f491f0ce8e3d78733d434a67189632e756..a0164c762a6470e64bb9c60c0a8dac9059643b45 100644 (file)
@@ -848,7 +848,6 @@ MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);
 static struct platform_driver rockchip_spi_driver = {
        .driver = {
                .name   = DRIVER_NAME,
-               .owner = THIS_MODULE,
                .pm = &rockchip_spi_pm,
                .of_match_table = of_match_ptr(rockchip_spi_dt_match),
        },