git: fa67846c6f52 - main - riscv: Fix build by using the correct device-tree include path

Emmanuel Vadot manu at FreeBSD.org
Sat Jan 16 10:34:43 UTC 2021


The branch main has been updated by manu:

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

commit fa67846c6f523a09a22495b945e3367baa8526a2
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-01-16 10:31:39 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-01-16 10:31:39 +0000

    riscv: Fix build by using the correct device-tree include path
---
 sys/riscv/sifive/fu540_prci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/riscv/sifive/fu540_prci.c b/sys/riscv/sifive/fu540_prci.c
index e8e0740def92..133cdba26d10 100644
--- a/sys/riscv/sifive/fu540_prci.c
+++ b/sys/riscv/sifive/fu540_prci.c
@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/ofw_bus_subr.h>
 #include <dev/ofw/openfirm.h>
 
-#include <gnu/dts/include/dt-bindings/clock/sifive-fu540-prci.h>
+#include <dt-bindings/clock/sifive-fu540-prci.h>
 
 static struct ofw_compat_data compat_data[] = {
 	{ "sifive,aloeprci0",		1 },


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