aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-sysfs.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-12gpiolib: move gpiolib-sysfs function declarations into their own headerKent Gibson1-0/+24
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 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 <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>