Hi Srinivas,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on asoc/for-next]
[also build test WARNING on robh/for-next sound/for-next linus/master v5.13-rc5
next-20210607]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Srinivas-Kandagatla/ASoC-qcom-Ad...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://github.com/0day-ci/linux/commit/348bf6dc8cd707e7543dff5b00ea6be8e...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Srinivas-Kandagatla/ASoC-qcom-Add-AudioReach-support/20210607-233210
git checkout 348bf6dc8cd707e7543dff5b00ea6be8edd10b1e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
In file included from sound/soc/qcom/audioreach/audioreach.c:8:
> sound/soc/qcom/audioreach/audioreach.h:25: warning:
"APM_MODULE_INSTANCE_ID" redefined
25 | #define
APM_MODULE_INSTANCE_ID 0x00000001
|
In file included from sound/soc/qcom/audioreach/audioreach.c:6:
include/linux/soc/qcom/gpr.h:10: note: this is the location of the previous definition
10 | #define APM_MODULE_INSTANCE_ID GPR_APM_MODULE_IID
|
In file included from sound/soc/qcom/audioreach/audioreach.c:8:
> sound/soc/qcom/audioreach/audioreach.h:26: warning:
"PRM_MODULE_INSTANCE_ID" redefined
26 | #define
PRM_MODULE_INSTANCE_ID 0x00000002
|
In file included from sound/soc/qcom/audioreach/audioreach.c:6:
include/linux/soc/qcom/gpr.h:11: note: this is the location of the previous definition
11 | #define PRM_MODULE_INSTANCE_ID GPR_PRM_MODULE_IID
|
In file included from sound/soc/qcom/audioreach/audioreach.c:8:
> sound/soc/qcom/audioreach/audioreach.h:27: warning:
"AMDB_MODULE_INSTANCE_ID" redefined
27 | #define
AMDB_MODULE_INSTANCE_ID 0x00000003
|
In file included from sound/soc/qcom/audioreach/audioreach.c:6:
include/linux/soc/qcom/gpr.h:12: note: this is the location of the previous definition
12 | #define AMDB_MODULE_INSTANCE_ID GPR_AMDB_MODULE_IID
|
In file included from sound/soc/qcom/audioreach/audioreach.c:8:
> sound/soc/qcom/audioreach/audioreach.h:28: warning:
"VCPM_MODULE_INSTANCE_ID" redefined
28 | #define
VCPM_MODULE_INSTANCE_ID 0x00000004
|
In file included from sound/soc/qcom/audioreach/audioreach.c:6:
include/linux/soc/qcom/gpr.h:13: note: this is the location of the previous definition
13 | #define VCPM_MODULE_INSTANCE_ID GPR_VCPM_MODULE_IID
|
vim +/APM_MODULE_INSTANCE_ID +25 sound/soc/qcom/audioreach/audioreach.h
24
25 #define APM_MODULE_INSTANCE_ID 0x00000001
26 #define PRM_MODULE_INSTANCE_ID 0x00000002
27 #define AMDB_MODULE_INSTANCE_ID 0x00000003
28 #define VCPM_MODULE_INSTANCE_ID 0x00000004
29
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org