These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / iio / light / cm32181.c
index 5d12ae5..d6fd0da 100644 (file)
@@ -353,12 +353,12 @@ static const struct of_device_id cm32181_of_match[] = {
        { .compatible = "capella,cm32181" },
        { }
 };
+MODULE_DEVICE_TABLE(of, cm32181_of_match);
 
 static struct i2c_driver cm32181_driver = {
        .driver = {
                .name   = "cm32181",
                .of_match_table = of_match_ptr(cm32181_of_match),
-               .owner  = THIS_MODULE,
        },
        .id_table       = cm32181_id,
        .probe          = cm32181_probe,