tree:
https://github.com/omap-audio/linux-audio peter/linux-next-wip
head: ccc72f788f99a0befe345461b64c5a66b6206388
commit: 2cec0e71fc39f7088d8b4567839504e9154ec5e5 [16/96] dmaengine: ti: k3 PSI-L remote
endpoint configuration
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 7.4.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 2cec0e71fc39f7088d8b4567839504e9154ec5e5
# save the attached .config to linux build tree
GCC_VERSION=7.4.0 make.cross ARCH=ia64
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from <command-line>:0:0:
> include/linux/dma/k3-psil.h:34:2: error: unknown type name
'u32'
u32 psd_size;
^~~
vim +/u32 +34 include/linux/dma/k3-psil.h
27
28 struct psil_endpoint_config {
29 enum psil_endpoint_type ep_type;
30
31 unsigned pkt_mode:1;
32 unsigned notdpkt:1;
33 unsigned needs_epib:1;
34 u32 psd_size;
35 enum udma_tp_level channel_tpl;
36
37 /* PDMA properties, valid for PSIL_EP_PDMA_* */
38 unsigned pdma_acc32:1;
39 unsigned pdma_burst:1;
40 };
41
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation