commit | 32fcb97b9f699f63742bcaadca6e0beede86e8e8 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@gmail.com> | Thu Sep 19 11:18:06 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Thu Sep 19 11:41:03 2013 +0100 |
tree | f398db1c4680891c8b7b6b8bea372e3623b9f82a | |
parent | 02b80773de3732dae11c1cf0c1ce40378901bd0e [diff] |
ASoC: rt5640: Omit ACPI match table only if !ACPI The ACPI_PTR() macro evaluates to NULL if ACPI is disabled and hence the ACPI match table won't be used, causing the compiler to complain. Avoid this by protecting the table using an #ifdef CONFIG_ACPI. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>