Re: [PATCH 01/22] gpiolib: move gpiolib-sysfs function declarations into their own header

From: Kent Gibson
Date: Wed Jun 24 2020 - 09:38:29 EST


On Wed, Jun 24, 2020 at 03:34:11PM +0200, Bartosz Golaszewski wrote:
> wt., 23 cze 2020 o 06:01 Kent Gibson <warthog618@xxxxxxxxx> napisaÅ(a):
> >
> > Move gpiolib-sysfs function declarations into their own header.
> >
> > These functions are in gpiolib-sysfs.c, and are only required by gpiolib.c,
> > and so should be in a module header, not giolib.h.
> >

Of course now I see the typo - it should be gpiolib.h

> > This brings gpiolib-sysfs into line with gpiolib-cdev, and is another step
> > towards removing the sysfs inferface.
> >
> > Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx>
> >
>
> Reviewed-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>