Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 356c6f65 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: cma3000_d0x_i2c - add MODULE_DEVICE_TABLE



This should allow loading this module automatically on systems that
have such device.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b8a3d6bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {
	.probe		= cma3000_i2c_probe,
	.remove		= __devexit_p(cma3000_i2c_remove),