On Thu, Oct 15, 2015 at 6:44 PM, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next > head: 8a1b30efbef4b339c3f4987c4937acc99aebf106 > commit: 8a1b30efbef4b339c3f4987c4937acc99aebf106 [1370/1370] Input: rotary-encoder - add support for quarter-period mode > config: x86_64-randconfig-i0-201541 (attached as .config) > reproduce: > git checkout 8a1b30efbef4b339c3f4987c4937acc99aebf106 > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > In file included from include/asm-generic/gpio.h:7:0, > from include/linux/gpio.h:51, > from drivers/input/misc/rotary_encoder.c:23: >>> drivers/input/misc/rotary_encoder.c:439:34: error: 'rotary_encoder_of_match' undeclared here (not in a function) > .of_match_table = of_match_ptr(rotary_encoder_of_match), > ^ > include/linux/of.h:357:29: note: in definition of macro 'of_match_ptr' > #define of_match_ptr(_ptr) (_ptr) Oops, I locally changed #ifdef to #ifndef and accidentally refreshed the patch... I'll fix it up in a jiffy. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html