The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=fa67846c6f523a09a22495b945e3367baa8526a2
commit fa67846c6f523a09a22495b945e3367baa8526a2 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-01-16 10:31:39 +0000 Commit: Emmanuel Vadot <[email protected]> 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 }, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
