Hi Oleh, Thank you for the patch! Yet something to improve: [auto build test ERROR on input/next] [also build test ERROR on hid/for-next robh/for-next v5.13-rc4 next-20210528] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Oleh-Kravchenko/input-add-SparkFun-Qwiic-Joystick-driver/20210531-180329 base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 9.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://github.com/0day-ci/linux/commit/9329c9d6369fa740480c97b2e7102e3d24ac8ae7 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Oleh-Kravchenko/input-add-SparkFun-Qwiic-Joystick-driver/20210531-180329 git checkout 9329c9d6369fa740480c97b2e7102e3d24ac8ae7 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> drivers/input/joystick/qwiic-joystick.c:13:10: fatal error: linux/input-polldev.h: No such file or directory 13 | #include <linux/input-polldev.h> | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +13 drivers/input/joystick/qwiic-joystick.c 3 4 /* 5 * SparkFun Qwiic Joystick 6 * Product page:https://www.sparkfun.com/products/15168 7 * Firmware and hardware sources:https://github.com/sparkfun/Qwiic_Joystick 8 */ 9 10 #include <linux/bits.h> 11 #include <linux/i2c.h> 12 #include <linux/input.h> > 13 #include <linux/input-polldev.h> 14 #include <linux/module.h> 15 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip