Signed-off-by: Alexander Shiyan <eagle.alexander923@xxxxxxxxx> --- include/gpiod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index 23b88c9031..a23b82221f 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -2,6 +2,6 @@ #ifndef __GPIOD_H_ #define __GPIOD_H_ -#error "API changed from numbers to descriptors. #include <linux/gpiod/consumer.h>" +#error "API changed from numbers to descriptors. #include <linux/gpio/consumer.h>" #endif -- 2.39.1