On 07/17/2017 09:20 PM, Dan Carpenter wrote: > Hello Marek Vasut, Hello Dan, > The patch 9384793036af: "gpio: Add ROHM BD9571MWV-M PMIC GPIO driver" > from Apr 25, 2017, is missing an include: Unfortunately, the core code missed another MW, for details see: https://patchwork.kernel.org/patch/9707899/ > 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 > -- Best regards, Marek Vasut -- 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