These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / w1 / masters / ds2482.c
index e76a9b3..b05e8fe 100644 (file)
@@ -93,10 +93,10 @@ static const struct i2c_device_id ds2482_id[] = {
        { "ds2482", 0 },
        { }
 };
+MODULE_DEVICE_TABLE(i2c, ds2482_id);
 
 static struct i2c_driver ds2482_driver = {
        .driver = {
-               .owner  = THIS_MODULE,
                .name   = "ds2482",
        },
        .probe          = ds2482_probe,