diff options
author | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2015-08-28 12:11:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-28 17:17:29 +0100 |
commit | b37bfdaac914f4886b8be803703b12177eb873f6 (patch) | |
tree | 0d592943d2857e79385d4346894d1bdffbd3cda0 /sound/soc | |
parent | 2f38bc8829b83aed3e2c5e6d43a430d39f1b0e1d (diff) |
ASoC: ics43432: Fix build errors
Fix build errors
Signed-off-by: Ricard Wanderlof <ricardw@axis.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/ics43432.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ics43432.c b/sound/soc/codecs/ics43432.c index 7c35c989acf0..dd850b93938d 100644 --- a/sound/soc/codecs/ics43432.c +++ b/sound/soc/codecs/ics43432.c @@ -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 = { |