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

Commit cd566c64 authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

Input: mma8450 - fix module device table type



The module device table for of_device_id should use "of" type.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 18b08c55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ static const struct of_device_id mma8450_dt_ids[] = {
	{ .compatible = "fsl,mma8450", },
	{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(i2c, mma8450_dt_ids);
MODULE_DEVICE_TABLE(of, mma8450_dt_ids);

static struct i2c_driver mma8450_driver = {
	.driver = {