These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / input / touchscreen / egalax_ts.c
index 4c56299..1afc08b 100644 (file)
@@ -264,11 +264,11 @@ static const struct of_device_id egalax_ts_dt_ids[] = {
        { .compatible = "eeti,egalax_ts" },
        { /* sentinel */ }
 };
+MODULE_DEVICE_TABLE(of, egalax_ts_dt_ids);
 
 static struct i2c_driver egalax_ts_driver = {
        .driver = {
                .name   = "egalax_ts",
-               .owner  = THIS_MODULE,
                .pm     = &egalax_ts_pm_ops,
                .of_match_table = egalax_ts_dt_ids,
        },