Hi Pavitrakumar, kernel test robot noticed the following build errors: [auto build test ERROR on b8fc70ab7b5f3afbc4fb0587782633d7fcf1e069] url: https://github.com/intel-lab-lkp/linux/commits/Pavitrakumar-M/Add-SPAcc-Skcipher-support/20240905-193246 base: b8fc70ab7b5f3afbc4fb0587782633d7fcf1e069 patch link: https://lore.kernel.org/r/20240905113050.237789-7-pavitrakumarm%40vayavyalabs.com patch subject: [PATCH v8 6/6] Add SPAcc compilation in crypto config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240906/202409062336.4TasntvL-lkp@xxxxxxxxx/config) compiler: m68k-linux-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240906/202409062336.4TasntvL-lkp@xxxxxxxxx/reproduce) 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 <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202409062336.4TasntvL-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from drivers/crypto/dwc-spacc/spacc_device.h:10, from drivers/crypto/dwc-spacc/spacc_skcipher.c:10: >> drivers/crypto/dwc-spacc/spacc_core.h:736:31: error: field 'pop_jobs' has incomplete type 736 | struct tasklet_struct pop_jobs; | ^~~~~~~~ vim +/pop_jobs +736 drivers/crypto/dwc-spacc/spacc_core.h 450b68890aff16 Pavitrakumar M 2024-09-05 732 450b68890aff16 Pavitrakumar M 2024-09-05 733 struct spacc_priv { 450b68890aff16 Pavitrakumar M 2024-09-05 734 struct spacc_device spacc; 450b68890aff16 Pavitrakumar M 2024-09-05 735 struct semaphore core_running; 450b68890aff16 Pavitrakumar M 2024-09-05 @736 struct tasklet_struct pop_jobs; 450b68890aff16 Pavitrakumar M 2024-09-05 737 spinlock_t hw_lock; 450b68890aff16 Pavitrakumar M 2024-09-05 738 unsigned long max_msg_len; 450b68890aff16 Pavitrakumar M 2024-09-05 739 }; 450b68890aff16 Pavitrakumar M 2024-09-05 740 450b68890aff16 Pavitrakumar M 2024-09-05 741 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki