On Thu, 12 Jan 2023 16:51:40 +0200, Andy Shevchenko wrote: > GPIO library for OF is the only user for enum of_gpio_flags. > Move it there. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/gpio/gpiolib-of.c | 15 +++++++++++++++ > include/linux/of_gpio.h | 15 --------------- > 2 files changed, 15 insertions(+), 15 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>