tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel head: bfcadc85ef134881fce5f8635648e36de1ab4c9d commit: 959bc7b22bd25a3a907fbb9b26a1d0cbdf98ef40 [152/153] gpio: Automatically add lockdep keys config: m68k-m5475evb_defconfig (attached as .config) compiler: m68k-linux-gcc (GCC) 4.9.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 959bc7b22bd25a3a907fbb9b26a1d0cbdf98ef40 # save the attached .config to linux build tree make.cross ARCH=m68k All warnings (new ones prefixed by >>): >> drivers/gpio/gpiolib.c:1943:19: warning: 'struct lock_dep_class' declared inside parameter list struct lock_dep_class *lock_key) ^ >> drivers/gpio/gpiolib.c:1943:19: warning: its scope is only this definition or declaration, which is probably not what you want drivers/gpio/gpiolib.c:1942:19: error: conflicting types for 'gpiochip_add_irqchip' static inline int gpiochip_add_irqchip(struct gpio_chip *gpiochip, ^ drivers/gpio/gpiolib.c:75:12: note: previous declaration of 'gpiochip_add_irqchip' was here static int gpiochip_add_irqchip(struct gpio_chip *gpiochip, ^ drivers/gpio/gpiolib.c:75:12: warning: 'gpiochip_add_irqchip' used but never defined vim +1943 drivers/gpio/gpiolib.c 1941 1942 static inline int gpiochip_add_irqchip(struct gpio_chip *gpiochip, > 1943 struct lock_dep_class *lock_key) 1944 { 1945 return 0; 1946 } 1947 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip