diff options
author | Arnd Bergmann <[email protected]> | 2017-11-02 12:08:00 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2017-11-02 11:20:37 +0000 |
commit | adebc5321852da0b6ed13888e3aa291dfb011072 (patch) | |
tree | caeee7f64becc75efb7dfc8a6410698ca16feaff /lib/test_overflow.c | |
parent | f7a88db6fffdd193d792de5dae7890528b995cc0 (diff) |
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: a395bdd6b24b ("ASoC: intel: Fix sst-dsp dependency on dw stuff")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions