* [Intel-wired-lan] [jkirsher-next-queue:dev-queue 105/115] sound/soc/sof/intel/cnl.c:444:1: error: type defaults to 'int' in declaration of 'MODULE_IMPORT_NS'
@ 2020-05-16 9:09 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-16 9:09 UTC (permalink / raw)
To: intel-wired-lan
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git dev-queue
head: 1ae51690bc317eb011c6fcc8f5549b151b347167
commit: 2f4dd43456871c929a14c14aed8999a2abef8592 [105/115] ASoC: SOF: ops: Add new op for client registration
config: microblaze-allmodconfig (attached as .config)
compiler: microblaze-linux-gcc (GCC) 9.3.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 2f4dd43456871c929a14c14aed8999a2abef8592
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=microblaze
If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
sound/soc/sof/intel/cnl.c:444:1: warning: data definition has no type or storage class
444 | MODULE_IMPORT_NS(SND_SOC_SOF_CLIENT);
| ^~~~~~~~~~~~~~~~
>> sound/soc/sof/intel/cnl.c:444:1: error: type defaults to 'int' in declaration of 'MODULE_IMPORT_NS' [-Werror=implicit-int]
sound/soc/sof/intel/cnl.c:444:1: warning: parameter names (without types) in function declaration
cc1: some warnings being treated as errors
vim +444 sound/soc/sof/intel/cnl.c
427
428 const struct sof_intel_dsp_desc jsl_chip_info = {
429 /* Jasperlake */
430 .cores_num = 2,
431 .init_core_mask = 1,
432 .cores_mask = HDA_DSP_CORE_MASK(0) |
433 HDA_DSP_CORE_MASK(1),
434 .ipc_req = CNL_DSP_REG_HIPCIDR,
435 .ipc_req_mask = CNL_DSP_REG_HIPCIDR_BUSY,
436 .ipc_ack = CNL_DSP_REG_HIPCIDA,
437 .ipc_ack_mask = CNL_DSP_REG_HIPCIDA_DONE,
438 .ipc_ctl = CNL_DSP_REG_HIPCCTL,
439 .rom_init_timeout = 300,
440 .ssp_count = ICL_SSP_COUNT,
441 .ssp_base_offset = CNL_SSP_BASE_OFFSET,
442 };
443 EXPORT_SYMBOL_NS(jsl_chip_info, SND_SOC_SOF_INTEL_HDA_COMMON);
> 444 MODULE_IMPORT_NS(SND_SOC_SOF_CLIENT);
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all at lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 62666 bytes
Desc: not available
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20200516/2acad695/attachment-0001.bin>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-16 9:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16 9:09 [Intel-wired-lan] [jkirsher-next-queue:dev-queue 105/115] sound/soc/sof/intel/cnl.c:444:1: error: type defaults to 'int' in declaration of 'MODULE_IMPORT_NS' kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox