Date: Sat, 16 Jan 2021 10:34:42 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: fa67846c6f52 - main - riscv: Fix build by using the correct device-tree include path Message-ID: <202101161034.10GAYgnn088456@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=fa67846c6f523a09a22495b945e3367baa8526a2 commit fa67846c6f523a09a22495b945e3367baa8526a2 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-01-16 10:31:39 +0000 Commit: Emmanuel Vadot <manu@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 },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101161034.10GAYgnn088456>