mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] include/gpiod.h: Fixed path in error string
@ 2023-08-03  9:48 Alexander Shiyan
  2023-08-03  9:52 ` Ahmad Fatoum
  2023-08-03 13:26 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2023-08-03  9:48 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

Signed-off-by: Alexander Shiyan <eagle.alexander923@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-03 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03  9:48 [PATCH] include/gpiod.h: Fixed path in error string Alexander Shiyan
2023-08-03  9:52 ` Ahmad Fatoum
2023-08-03 13:26 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox