git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ASoC: intel: include linux/module.h as needed
[muen/linux.git]
/
sound
/
soc
/
intel
/
common
/
sst-firmware.c
diff --git
a/sound/soc/intel/common/sst-firmware.c
b/sound/soc/intel/common/sst-firmware.c
index 79a9fdf94d3840df55b207b2c839e2c8e9af47e5..657afc02f1c47813b55cffa4bd2f53465539f0b8 100644
(file)
--- a/
sound/soc/intel/common/sst-firmware.c
+++ b/
sound/soc/intel/common/sst-firmware.c
@@
-19,6
+19,7
@@
#include <linux/sched.h>
#include <linux/firmware.h>
#include <linux/export.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/dmaengine.h>