These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / iio / light / cm36651.c
index 39fc67e..c8d7b5e 100644 (file)
@@ -731,12 +731,12 @@ static const struct of_device_id cm36651_of_match[] = {
        { .compatible = "capella,cm36651" },
        { }
 };
+MODULE_DEVICE_TABLE(of, cm36651_of_match);
 
 static struct i2c_driver cm36651_driver = {
        .driver = {
                .name   = "cm36651",
                .of_match_table = cm36651_of_match,
-               .owner  = THIS_MODULE,
        },
        .probe          = cm36651_probe,
        .remove         = cm36651_remove,