On Wed, Jan 20, 2021 at 9:36 PM kernel test robot wrote: > > > url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/rtc-remove-obsolete-drivers/20210120-235148 > base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next > config: arm-defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0 > 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 > # https://github.com/0day-ci/linux/commit/ffcefa0774c608b57d5ea429ad445201d2d2aea7 > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Arnd-Bergmann/rtc-remove-obsolete-drivers/20210120-235148 > git checkout ffcefa0774c608b57d5ea429ad445201d2d2aea7 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > >> arch/arm/mach-prima2/pm.c:17:10: fatal error: linux/rtc/sirfsoc_rtciobrg.h: No such file or directory > 17 | #include > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. I was aware that removing this header would break some configurations, as the three files including it are removed in different maintainer trees. As this breaks the 'defconfig' build, maybe I should remove the header in the patch that removes the platform rather than the rtc driver, as the other drivers won't be built without the platform (except for compile-testing). Arnd