diff options
Diffstat (limited to 'drivers/input/keyboard/qt1070.c')
-rw-r--r-- | drivers/input/keyboard/qt1070.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/qt1070.c b/drivers/input/keyboard/qt1070.c index fba8404c7297..ca7b89196ab7 100644 --- a/drivers/input/keyboard/qt1070.c +++ b/drivers/input/keyboard/qt1070.c | |||
@@ -248,6 +248,7 @@ static const struct i2c_device_id qt1070_id[] = { | |||
248 | { "qt1070", 0 }, | 248 | { "qt1070", 0 }, |
249 | { }, | 249 | { }, |
250 | }; | 250 | }; |
251 | MODULE_DEVICE_TABLE(i2c, qt1070_id); | ||
251 | 252 | ||
252 | static struct i2c_driver qt1070_driver = { | 253 | static struct i2c_driver qt1070_driver = { |
253 | .driver = { | 254 | .driver = { |