tree:
https://gitlab.freedesktop.org/agd5f/linux.git amd-staging-drm-next
head: a34b64a7d2e86965f4a257dc94e764a084faf5a7
commit: a661bd32346e59aeba8ee5d5081cc25734ee5825 [2148/2165] drm/amdgpu: Add reset control
to amdgpu_device
config: arm-randconfig-r035-20210323 (attached as .config)
compiler: clang version 13.0.0 (
https://github.com/llvm/llvm-project
78a65cd945d006ff02f9d24d9cc20a302ed93b08)
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
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
git remote add agd5f
https://gitlab.freedesktop.org/agd5f/linux.git
git fetch --no-tags agd5f amd-staging-drm-next
git checkout a661bd32346e59aeba8ee5d5081cc25734ee5825
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
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 drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c:24:
> drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_reset.h:24:9:
warning: '__AMDUGPU_RESET_H__' is used as a header guard here, followed by #define
of a different macro [-Wheader-guard]
#ifndef __AMDUGPU_RESET_H__
^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_reset.h:25:9: note:
'__AMDGPU_RESET_H__' is defined here; did you mean '__AMDUGPU_RESET_H__'?
#define __AMDGPU_RESET_H__
^~~~~~~~~~~~~~~~~~
__AMDUGPU_RESET_H__
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c:25:10: fatal error: 'aldebaran.h'
file not found
#include "aldebaran.h"
^~~~~~~~~~~~~
1 warning and 1 error generated.
vim +/__AMDUGPU_RESET_H__ +24 drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu_reset.h
24 #ifndef __AMDUGPU_RESET_H__
25 #define
__AMDGPU_RESET_H__
26
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org