linux-stable/sound/soc/intel
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
..
atom ASoC: Intel: move all ACPI match tables to common module 2017-10-21 11:21:31 +01:00
baytrail ASoC: intel: constify snd_pcm_ops structures 2017-08-14 17:23:08 +01:00
boards ASoC: Intel: Fix setting of SSP parameters in Kabylake machine driver 2017-10-31 11:08:35 +00:00
common ASoC: intel: include linux/module.h as needed 2017-11-02 11:20:37 +00:00
haswell ASoC: Intel: make snd_soc_platform_driver const 2017-08-14 17:22:29 +01:00
skylake ASoC: Intel: Skylake: Decrease loglevel for topology loading 2017-10-25 14:00:33 +02:00
Kconfig ASoC: Intel: fix Kconfig dependencies 2017-11-02 11:20:24 +00:00
Makefile ASoC: Intel: move all ACPI match tables to common module 2017-10-21 11:21:31 +01:00