Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[firefly-linux-kernel-4.4.55.git] / drivers / input / touchscreen / egalax_ts.c
index 4c56299284ef6612b731e60e42a76feb108395b6..1afc08b08155548236bbcbcf095cf3c82949d67a 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,
        },