Commit b37bfdaa authored by Ricard Wanderlof's avatar Ricard Wanderlof Committed by Mark Brown

ASoC: ics43432: Fix build errors

Fix build errors
Signed-off-by: default avatarRicard Wanderlof <ricardw@axis.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2f38bc88
......@@ -57,7 +57,7 @@ static const struct of_device_id ics43432_ids[] = {
{ .compatible = "invensense,ics43432", },
{ }
};
MODULE_DEVICE_TABLE(of, ics43432_dt_ids);
MODULE_DEVICE_TABLE(of, ics43432_ids);
#endif
static struct platform_driver ics43432_driver = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment