git: 955b980bdfb2 - main - gpiokeys: Use the new device-tree vendor include

Emmanuel Vadot manu at FreeBSD.org
Fri Jan 15 19:10:13 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=955b980bdfb2be6949c3cf5235d8bad56a15bab9

commit 955b980bdfb2be6949c3cf5235d8bad56a15bab9
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-01-15 18:26:34 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-01-15 19:07:24 +0000

    gpiokeys: Use the new device-tree vendor include
---
 sys/dev/gpio/gpiokeys_codes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/gpio/gpiokeys_codes.c b/sys/dev/gpio/gpiokeys_codes.c
index 8fb8b18f1a6f..e3077d505baf 100644
--- a/sys/dev/gpio/gpiokeys_codes.c
+++ b/sys/dev/gpio/gpiokeys_codes.c
@@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/systm.h>
 
 #include <dev/gpio/gpiokeys.h>
-#include <gnu/dts/include/dt-bindings/input/linux-event-codes.h>
+#include <contrib/device-tree/include/dt-bindings/input/linux-event-codes.h>
 
 struct gpiokeys_codemap_entry {
 	uint32_t	linux_code;


More information about the dev-commits-src-all mailing list