[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202108061104.FqsIYrJc-lkp@intel.com>
Date: Fri, 6 Aug 2021 11:41:09 +0800
From: kernel test robot <lkp@...el.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org
Subject: [arnd-playground:drm-fixes 4/40]
drivers/video/fbdev/omap/omapfb_main.c:22:10: fatal error:
linux/soc/ti/omap1-soc.h: No such file or directory
tree: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git drm-fixes
head: 55a5a2fdb1cc142370526e43f0f210d69bc1696a
commit: 6b9f143232b90fecaed4a3e424b3f104dca120ca [4/40] fbdev: omap: avoid using mach/*.h files
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 10.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://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git/commit/?id=6b9f143232b90fecaed4a3e424b3f104dca120ca
git remote add arnd-playground https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git
git fetch --no-tags arnd-playground drm-fixes
git checkout 6b9f143232b90fecaed4a3e424b3f104dca120ca
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
>> drivers/video/fbdev/omap/omapfb_main.c:22:10: fatal error: linux/soc/ti/omap1-soc.h: No such file or directory
22 | #include <linux/soc/ti/omap1-soc.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> drivers/video/fbdev/omap/lcdc.c:20:10: fatal error: linux/soc/ti/omap1-io.h: No such file or directory
20 | #include <linux/soc/ti/omap1-io.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> drivers/video/fbdev/omap/sossi.c:16:10: fatal error: linux/soc/ti/omap1-io.h: No such file or directory
16 | #include <linux/soc/ti/omap1-io.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> drivers/video/fbdev/omap/lcd_dma.c:28:10: fatal error: linux/soc/ti/omap1-soc.h: No such file or directory
28 | #include <linux/soc/ti/omap1-soc.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +22 drivers/video/fbdev/omap/omapfb_main.c
21
> 22 #include <linux/soc/ti/omap1-soc.h>
23 #include "omapfb.h"
24 #include "lcdc.h"
25
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
Download attachment ".config.gz" of type "application/gzip" (78821 bytes)
Powered by blists - more mailing lists