diff options
author | Mark Brown <broonie@kernel.org> | 2018-01-12 22:04:56 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-01-12 22:04:56 +0100 |
commit | 2ebec60bc9569475823baa3899b3a8334e52bcbf (patch) | |
tree | fa4360025c973824d3e28735c176d69a608935dc /include/sound/soc-acpi.h | |
parent | Merge branch 'acpi-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... (diff) | |
parent | ASoC: acpi: add missing includes for non-ACPI platforms (diff) | |
download | linux-2ebec60bc9569475823baa3899b3a8334e52bcbf.tar.xz linux-2ebec60bc9569475823baa3899b3a8334e52bcbf.zip |
Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Diffstat (limited to 'include/sound/soc-acpi.h')
-rw-r--r-- | include/sound/soc-acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h index 057805489af3..d1aaf876cd26 100644 --- a/include/sound/soc-acpi.h +++ b/include/sound/soc-acpi.h @@ -17,6 +17,7 @@ #include <linux/stddef.h> #include <linux/acpi.h> +#include <linux/mod_devicetable.h> struct snd_soc_acpi_package_context { char *name; /* package name */ |