On Sat, Sep 7, 2019 at 11:17 AM kbuild test robot <lkp@xxxxxxxxx> wrote: > > tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/dtor/input.git next > head: 410f25de467ee94c1a577c6ee7370c37b376c17c > commit: 060157e1dbc133075a2e20786d6ff6d4b41909f9 [2311/2342] Input: remove w90x900 keyboard driver > config: arm-nuc960_defconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 7.4.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 060157e1dbc133075a2e20786d6ff6d4b41909f9 > # save the attached .config to linux build tree > GCC_VERSION=7.4.0 make.cross ARCH=arm > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > > All errors (new ones prefixed by >>): > > >> arch/arm/mach-w90x900/dev.c:38:10: fatal error: linux/platform_data/keypad-w90p910.h: No such file or directory > #include <linux/platform_data/keypad-w90p910.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > > vim +38 arch/arm/mach-w90x900/dev.c Ah, right: this happens when we remove the driver before the platform. As both are queued for 5.4, I'm not worried about it at all. Dmitry: if you'd rather avoid having this in your tree, I can instead merge it through the arm/soc branch on top of the removal of the platform code. Arnd