Hi, kernel test robot noticed the following build warnings: [auto build test WARNING on 401644852d0b2a278811de38081be23f74b5bb04] url: https://github.com/intel-lab-lkp/linux/commits/liuchang_125125-163-com/scsi-Update-Kconfig-and-Makefile-for-supporting-Bayhub-s-SD-MMC-Card-interface-driver/20231017-123349 base: 401644852d0b2a278811de38081be23f74b5bb04 patch link: https://lore.kernel.org/r/20231013083320.10279-1-liuchang_125125%40163.com patch subject: [PATCH 3/9] scsi: bht: card: Add the source files related to card initialization compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <yujie.liu@xxxxxxxxx> | Closes: https://lore.kernel.org/r/202310220339.xnImSaRm-lkp@xxxxxxxxx/ includecheck warnings: (new ones prefixed by >>) >> drivers/scsi/bht/card/cardinterface.c: ../include/card.h is included more than once. >> drivers/scsi/bht/card/cardinterface.c: ../include/cmdhandler.h is included more than once. -- >> drivers/scsi/bht/card/output_tuning.c: ../include/card.h is included more than once. vim +23 drivers/scsi/bht/card/cardinterface.c > 23 #include "../include/card.h" 24 #include "../include/cardapi.h" 25 #include "../include/hostapi.h" 26 #include "../include/transhapi.h" 27 #include "../include/hostvenapi.h" 28 #include "../include/util.h" 29 #include "../include/debug.h" > 30 #include "../include/cmdhandler.h" 31 #include "../host/hostven.h" > 32 #include "../include/card.h" 33 #include "../host/hostreg.h" 34 #include "../include/funcapi.h" 35 #include "../tagqueue/tq_trans_api.h" > 36 #include "../include/cmdhandler.h" 37 #include "cardcommon.h" 38 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki