diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-24 00:16:49 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-26 13:38:50 (GMT) |
commit | 4c715c758c72ec5885ccfadf4e98ca76262ba619 (patch) | |
tree | 02b567083d760805bfb754fb5ec1e50ed8399627 /sound/soc | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
download | linux-4c715c758c72ec5885ccfadf4e98ca76262ba619.tar.xz |
ASoC: pxa: pxa-ssp: Terminate of match table
Failure to terminate this match table can lead to boot failures
depending on where the compiler places the match table.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/pxa/pxa-ssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index a3119a0..dd35e7b 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c @@ -810,6 +810,7 @@ static const struct snd_soc_component_driver pxa_ssp_component = { #ifdef CONFIG_OF static const struct of_device_id pxa_ssp_of_ids[] = { { .compatible = "mrvl,pxa-ssp-dai" }, + {} }; #endif |