|
@@ -110,6 +110,8 @@ static const struct i2c_device_id cma3000_i2c_id[] = {
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+MODULE_DEVICE_TABLE(i2c, cma3000_i2c_id);
|
|
|
|
+
|
|
static struct i2c_driver cma3000_i2c_driver = {
|
|
static struct i2c_driver cma3000_i2c_driver = {
|
|
.probe = cma3000_i2c_probe,
|
|
.probe = cma3000_i2c_probe,
|
|
.remove = __devexit_p(cma3000_i2c_remove),
|
|
.remove = __devexit_p(cma3000_i2c_remove),
|