aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/touchscreen/zet6223.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/zet6223.c b/drivers/input/touchscreen/zet6223.c
index e7fb00b511ec..19ffcc7b886c 100644
--- a/drivers/input/touchscreen/zet6223.c
+++ b/drivers/input/touchscreen/zet6223.c
@@ -245,6 +245,7 @@ static const struct of_device_id zet6223_of_match[] = {
245 { .compatible = "zeitec,zet6223" }, 245 { .compatible = "zeitec,zet6223" },
246 { } 246 { }
247}; 247};
248MODULE_DEVICE_TABLE(of, zet6223_of_match);
248 249
249static const struct i2c_device_id zet6223_id[] = { 250static const struct i2c_device_id zet6223_id[] = {
250 { "zet6223", 0}, 251 { "zet6223", 0},