On Sun, Apr 16, 2017 at 8:08 PM, Marek Vasut <[email protected]> wrote:
> Add driver for the GPIO block in the ROHM BD9571MWV-W MFD PMIC. > This block is pretty trivial and supports setting GPIO direction > as Input/Output and in case of Output, supports setting value. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: [email protected] > Cc: Geert Uytterhoeven <[email protected]> > Cc: Linus Walleij <[email protected]> (...) > +#include <linux/gpio.h> Only use #include <linux/gpio/driver.h> It should be enough. With that: Reviewed-by: Linus Walleij <[email protected]> I guess you plan to merge this through MFD? Yours, Linus Walleij
