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

2020-06-24 Thread Kent Gibson
On Wed, Jun 24, 2020 at 03:34:11PM +0200, Bartosz Golaszewski wrote: > wt., 23 cze 2020 o 06:01 Kent Gibson 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

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

2020-06-24 Thread Bartosz Golaszewski
wt., 23 cze 2020 o 06:01 Kent Gibson 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. > > This brings gpiolib-sysfs into line with

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

2020-06-22 Thread Kent Gibson
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. This brings gpiolib-sysfs into line with gpiolib-cdev, and is another step towards removing the sysfs