Skip to content

Commit

Permalink
ASoC: ics43432: Fix build errors
Browse files Browse the repository at this point in the history
Fix build errors

Signed-off-by: Ricard Wanderlof <ricardw@axis.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Ricard Wanderlof authored and Mark Brown committed Aug 28, 2015
1 parent 2f38bc8 commit b37bfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ics43432.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b37bfda

Please sign in to comment.