lkml.org 
[lkml]   [2015]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/4] remoteproc: qcom: Introduce WCNSS peripheral image loader
Hi Bjorn,

[auto build test results on v4.3-rc2 -- if it's inappropriate base, please ignore]

config: arm64-allmodconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout a93b4271fcf87e9c5b96e4c6a9589d1029c279c0
# save the attached .config to linux build tree
make.cross ARCH=arm64

All error/warnings (new ones prefixed by >>):

>> drivers/remoteproc/qcom_mdt_loader.c:32:39: fatal error: linux/soc/qcom/smem_state.h: No such file or directory
#include <linux/soc/qcom/smem_state.h>
^
compilation terminated.
--
>> drivers/remoteproc/qcom_wcnss.c:30:39: fatal error: linux/soc/qcom/smem_state.h: No such file or directory
#include <linux/soc/qcom/smem_state.h>
^
compilation terminated.

vim +32 drivers/remoteproc/qcom_mdt_loader.c

26 #include <linux/elf.h>
27 #include <linux/clk.h>
28 #include <linux/slab.h>
29 #include <linux/regulator/consumer.h>
30 #include <linux/qcom_scm.h>
31 #include <linux/soc/qcom/smem.h>
> 32 #include <linux/soc/qcom/smem_state.h>
33
34 #include "remoteproc_internal.h"
35

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2015-09-28 08:41    [W:0.066 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site