Hello Marek Vasut, The patch 9384793036af: "gpio: Add ROHM BD9571MWV-M PMIC GPIO driver" from Apr 25, 2017, is missing an include: drivers/gpio/gpio-bd9571mwv.c 15 * Based on the TPS65086 driver 16 * 17 * NOTE: Interrupts are not supported yet. 18 */ 19 20 #include <linux/gpio/driver.h> 21 #include <linux/module.h> 22 #include <linux/platform_device.h> 23 24 #include <linux/mfd/bd9571mwv.h> ^^^^^^^^^^^^^^^^^^^^^ Where is this file? 25 26 struct bd9571mwv_gpio { 27 struct gpio_chip chip; 28 struct bd9571mwv *bd; 29 }; 30 regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html