vmscan: do not force-scan file lru if its absolute size is small
[cascardo/linux.git] / drivers / mfd / tps6507x.c
index a2e1990..1ab3dd6 100644 (file)
@@ -129,7 +129,6 @@ MODULE_DEVICE_TABLE(of, tps6507x_of_match);
 static struct i2c_driver tps6507x_i2c_driver = {
        .driver = {
                   .name = "tps6507x",
-                  .owner = THIS_MODULE,
                   .of_match_table = of_match_ptr(tps6507x_of_match),
        },
        .probe = tps6507x_i2c_probe,