These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / iio / light / cm3232.c
index 39c8d99..fe89b68 100644 (file)
@@ -417,11 +417,11 @@ static const struct of_device_id cm3232_of_match[] = {
        {.compatible = "capella,cm3232"},
        {}
 };
+MODULE_DEVICE_TABLE(of, cm3232_of_match);
 
 static struct i2c_driver cm3232_driver = {
        .driver = {
                .name   = "cm3232",
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(cm3232_of_match),
 #ifdef CONFIG_PM_SLEEP
                .pm     = &cm3232_pm_ops,