[PATCH] include/gpiod.h: Fixed path in error string
Alexander Shiyan
eagle.alexander923 at gmail.com
Thu Aug 3 02:48:14 PDT 2023
Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
---
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
More information about the barebox
mailing list