diff options
-rw-r--r-- | drivers/input/misc/cma3000_d0x_i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/misc/cma3000_d0x_i2c.c b/drivers/input/misc/cma3000_d0x_i2c.c index c52d278a7942..d100cc5c5783 100644 --- a/drivers/input/misc/cma3000_d0x_i2c.c +++ b/drivers/input/misc/cma3000_d0x_i2c.c | |||
@@ -110,6 +110,8 @@ static const struct i2c_device_id cma3000_i2c_id[] = { | |||
110 | { }, | 110 | { }, |
111 | }; | 111 | }; |
112 | 112 | ||
113 | MODULE_DEVICE_TABLE(i2c, cma3000_i2c_id); | ||
114 | |||
113 | static struct i2c_driver cma3000_i2c_driver = { | 115 | static struct i2c_driver cma3000_i2c_driver = { |
114 | .probe = cma3000_i2c_probe, | 116 | .probe = cma3000_i2c_probe, |
115 | .remove = __devexit_p(cma3000_i2c_remove), | 117 | .remove = __devexit_p(cma3000_i2c_remove), |