aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-11-28 21:58:53 +0800
committerMark Brown <broonie@kernel.org>2019-12-03 12:16:19 +0000
commitd5ee9108adacfbed140e0ac2371941ce7ca1fc54 (patch)
tree4e87c9561b2d37516569c8f1216606b1ef96ba44 /sound/soc/intel/atom
parentASoC: max98090: fix possible race conditions (diff)
downloadlinux-dev-d5ee9108adacfbed140e0ac2371941ce7ca1fc54.tar.xz
linux-dev-d5ee9108adacfbed140e0ac2371941ce7ca1fc54.zip
ASoC: Intel: sst: Add missing include <linux/io.h>
Fix build error: sound/soc/intel/atom/sst/sst.c: In function intel_sst_interrupt_mrfld: sound/soc/intel/atom/sst/sst.c:93:5: error: implicit declaration of function memcpy_fromio; did you mean memcpy32_fromio? [-Werror=implicit-function-declaration] memcpy_fromio(msg->mailbox_data, ^~~~~~~~~~~~~ memcpy32_fromio Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20191128135853.8360-1-yuehaibing@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom')
-rw-r--r--sound/soc/intel/atom/sst/sst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/sst.c b/sound/soc/intel/atom/sst/sst.c
index fbecbb74350b..68bcec5241f7 100644
--- a/sound/soc/intel/atom/sst/sst.c
+++ b/sound/soc/intel/atom/sst/sst.c
@@ -14,6 +14,7 @@
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/interrupt.h>
+#include <linux/io.h>
#include <linux/firmware.h>
#include <linux/pm_runtime.h>
#include <linux/pm_qos.h>