linux/sound/soc/intel/common
Arnd Bergmann adebc53218
ASoC: intel: include linux/module.h as needed
The MODULE_DESCRIPTION() macro is only available when including
the linux/module.h header. Apparently this is included indirectly
from sst-firmware.c in some configurations, but not in others:

sound/soc/intel/common/sst-firmware.c:1278:20: error: expected declaration specifiers or '...' before string constant
 MODULE_DESCRIPTION("Intel SST Firmware Loader");
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
sound/soc/intel/common/sst-firmware.c:1279:16: error: expected declaration specifiers or '...' before string constant

This adds the missing include line.

Fixes: a395bdd6b2 ("ASoC: intel: Fix sst-dsp dependency on dw stuff")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-11-02 11:20:37 +00:00
..
Makefile ASoC: Intel: move all ACPI match tables to common module 2017-10-21 11:21:31 +01:00
soc-acpi-intel-byt-match.c ASoC: Intel: add SOF firmare/topology file information 2017-10-21 11:21:35 +01:00
soc-acpi-intel-cht-match.c ASoC: Intel: add SOF firmare/topology file information 2017-10-21 11:21:35 +01:00
soc-acpi-intel-hsw-bdw-match.c ASoC: Intel: add SOF firmare/topology file information 2017-10-21 11:21:35 +01:00
sst-acpi.c ASoC: Intel: move all ACPI match tables to common module 2017-10-21 11:21:31 +01:00
sst-dsp-priv.h ASoC: Intel: Skylake: Add sram address to sst_addr structure 2017-06-30 13:28:03 +01:00
sst-dsp.c ASoC: Intel: Common: Update dsp register poll implementation 2017-01-06 18:14:45 +00:00
sst-dsp.h ASoC: intel: Fix sst-dsp dependency on dw stuff 2016-07-11 18:19:23 +01:00
sst-firmware.c ASoC: intel: include linux/module.h as needed 2017-11-02 11:20:37 +00:00
sst-ipc.c ASoC: intel: Replace kthread with work 2016-11-30 17:41:13 +00:00
sst-ipc.h ASoC: intel: Replace kthread with work 2016-11-30 17:41:13 +00:00