linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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
@ 2021-08-06  3:41 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-08-06  3:41 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2389 bytes --]

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@intel.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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 78821 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-06  3:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  3:41 [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 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).