Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / i2c / busses / i2c-xiic.c
index 522916a..e840004 100644 (file)
@@ -815,7 +815,6 @@ static struct platform_driver xiic_i2c_driver = {
        .probe   = xiic_i2c_probe,
        .remove  = xiic_i2c_remove,
        .driver  = {
-               .owner = THIS_MODULE,
                .name = DRIVER_NAME,
                .of_match_table = of_match_ptr(xiic_of_match),
        },