All of lore.kernel.org
 help / color / mirror / Atom feed
* [steev:c630-next-20230303 30/32] include/linux/qcom_qseecom.h:18:10: fatal error: linux/qcom_scm.h: No such file or directory
@ 2023-03-04 13:11 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-04 13:11 UTC (permalink / raw)
  To: Maximilian Luz; +Cc: oe-kbuild-all, Steev Klimaszewski

tree:   https://github.com/steev/linux c630-next-20230303
head:   d9306ea90cf14a6435578168f594e67096c623ff
commit: 3f9d0114f4032b9d958317ec418a8f83a78bd8ca [30/32] firmware: Add support for Qualcomm UEFI Secure Application
config: arm-allyesconfig (https://download.01.org/0day-ci/archive/20230304/202303042147.EXPBbV3E-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/steev/linux/commit/3f9d0114f4032b9d958317ec418a8f83a78bd8ca
        git remote add steev https://github.com/steev/linux
        git fetch --no-tags steev c630-next-20230303
        git checkout 3f9d0114f4032b9d958317ec418a8f83a78bd8ca
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303042147.EXPBbV3E-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/firmware/qcom_qseecom_uefisecapp.c:16:
>> include/linux/qcom_qseecom.h:18:10: fatal error: linux/qcom_scm.h: No such file or directory
      18 | #include <linux/qcom_scm.h>
         |          ^~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +18 include/linux/qcom_qseecom.h

34ed78949f2ce7 Maximilian Luz 2023-01-18  12  
34ed78949f2ce7 Maximilian Luz 2023-01-18  13  #include <linux/device.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18  14  #include <linux/dma-mapping.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18  15  #include <linux/kernel.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18  16  #include <linux/mm.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18  17  #include <linux/mutex.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18 @18  #include <linux/qcom_scm.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18  19  #include <linux/types.h>
34ed78949f2ce7 Maximilian Luz 2023-01-18  20  
34ed78949f2ce7 Maximilian Luz 2023-01-18  21  

:::::: The code at line 18 was first introduced by commit
:::::: 34ed78949f2ce7a962ee1073caf2fa5b39852cda firmware: Add support for Qualcomm Secure Execution Environment SCM interface

:::::: TO: Maximilian Luz <luzmaximilian@gmail.com>
:::::: CC: Steev Klimaszewski <steev@kali.org>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

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

only message in thread, other threads:[~2023-03-04 13:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04 13:11 [steev:c630-next-20230303 30/32] include/linux/qcom_qseecom.h:18:10: fatal error: linux/qcom_scm.h: No such file or directory kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.