Re: [PATCH 1/2] gpiolib: cdev: fix -Wmissing-prototypes warnings

2020-06-12 Thread Bartosz Golaszewski
pt., 12 cze 2020 o 06:51 Kent Gibson napisaƂ(a): > > Fix -Wmissing-prototypes warnings by including module's header. > > Fixes: f6d984418ffd (gpiolib: split character device into gpiolib-cdev) > Reported-by: kernel test robot > Signed-off-by: Kent Gibson > --- > drivers/gpio/gpiolib-cdev.c | 1

[PATCH 1/2] gpiolib: cdev: fix -Wmissing-prototypes warnings

2020-06-11 Thread Kent Gibson
Fix -Wmissing-prototypes warnings by including module's header. Fixes: f6d984418ffd (gpiolib: split character device into gpiolib-cdev) Reported-by: kernel test robot Signed-off-by: Kent Gibson --- drivers/gpio/gpiolib-cdev.c | 1 + 1 file changed, 1 insertion(+) diff --git