[radeon-alex:amd-staging-drm-next 107/132] sound/soc/amd/raven/acp3x.h:28:9: error: implicit declaration of function 'readl'; did you mean 'rv_readl'?

kbuild test robot lkp at intel.com
Fri Jun 15 22:26:11 UTC 2018


tree:   git://people.freedesktop.org/~agd5f/linux.git amd-staging-drm-next
head:   486e4f30e2a3b7bdd2caa48d09b905a34f2f99cb
commit: 080d2114b794d5764c7ff4b4454317cdb9d24652 [107/132] ASoC: AMD: enable ACP3x drivers build
config: sparc64-allyesconfig (attached as .config)
compiler: sparc64-linux-gnu-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 080d2114b794d5764c7ff4b4454317cdb9d24652
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=sparc64 

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 'rv_readl'? [-Werror=implicit-function-declaration]
     return readl(base_addr - ACP3x_PHY_BASE_ADDRESS);
            ^~~~~
            rv_readl
   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 'rv_writel'? [-Werror=implicit-function-declaration]
     writel(val, base_addr - ACP3x_PHY_BASE_ADDRESS);
     ^~~~~~
     rv_writel
   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 'of_ioremap'? [-Werror=implicit-function-declaration]
     adata->acp3x_base = devm_ioremap(&pdev->dev, res->start,
                         ^~~~~~~~~~~~
                         of_ioremap
   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

482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  25  
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  26  static inline u32 rv_readl(void __iomem *base_addr)
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  27  {
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27 @28  	return readl(base_addr - ACP3x_PHY_BASE_ADDRESS);
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  29  }
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  30  
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  31  static inline void rv_writel(u32 val, void __iomem *base_addr)
482f424e Maruthi Srinivas Bayyavarapu 2017-03-27  32  {
482f424e 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
:::::: 482f424eb209cff8a19c5408d9c5edb488ee88b8 ASoC: AMD: add ACP3.0 PCI driver

:::::: TO: Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu at amd.com>
:::::: CC: Alex Deucher <alexander.deucher at amd.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 53274 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180616/58d658e8/attachment-0001.gz>


More information about the dri-devel mailing list