tree: git://people.freedesktop.org/~agd5f/linux.git amd-staging-drm-next head: f3769c94f4e6a794dbb72601936199d9b258f7b7 commit: 0bd599b1f523598c05f13a4a562884e82a378c2c [151/475] ASoC: AMD: enable ACP3x drivers build config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.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 0bd599b1f523598c05f13a4a562884e82a378c2c # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): In file included from sound/soc/amd/raven/acp3x-pcm-dma.c:26:0: sound/soc/amd/raven/acp3x.h: In function 'rv_readl': >> sound/soc/amd/raven/acp3x.h:28:9: error: implicit declaration of function 'readl'; did you mean 'vread'? [-Werror=implicit-function-declaration] return readl(base_addr - ACP3x_PHY_BASE_ADDRESS); ^~~~~ vread sound/soc/amd/raven/acp3x.h: In function 'rv_writel': >> sound/soc/amd/raven/acp3x.h:33:2: error: implicit declaration of function 'writel'; did you mean 'vwrite'? [-Werror=implicit-function-declaration] writel(val, base_addr - ACP3x_PHY_BASE_ADDRESS); ^~~~~~ vwrite sound/soc/amd/raven/acp3x-pcm-dma.c: In function 'acp3x_audio_probe': >> sound/soc/amd/raven/acp3x-pcm-dma.c:638:22: error: implicit declaration of function 'devm_ioremap'; did you mean 'devm_kmemdup'? [-Werror=implicit-function-declaration] adata->acp3x_base = devm_ioremap(&pdev->dev, res->start, ^~~~~~~~~~~~ devm_kmemdup sound/soc/amd/raven/acp3x-pcm-dma.c:638:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion] adata->acp3x_base = devm_ioremap(&pdev->dev, res->start, ^ cc1: some warnings being treated as errors vim +28 sound/soc/amd/raven/acp3x.h 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 25 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 26 static inline u32 rv_readl(void __iomem *base_addr) 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 27 { 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 @28 return readl(base_addr - ACP3x_PHY_BASE_ADDRESS); 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 29 } 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 30 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 31 static inline void rv_writel(u32 val, void __iomem *base_addr) 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 32 { 4eafb0d4 Maruthi Srinivas Bayyavarapu 2017-03-27 @33 writel(val, base_addr - ACP3x_PHY_BASE_ADDRESS); :::::: The code at line 28 was first introduced by commit :::::: 4eafb0d45ea9ed3fa7f53794c85f831659851d20 ASoC: AMD: add ACP3.0 PCI driver :::::: TO: Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@xxxxxxx> :::::: CC: Alex Deucher <alexander.deucher@xxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel