Date: Thu, 5 Dec 2019 02:01:47 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355409 - head/sys/arm/mv Message-ID: <201912050201.xB521lLW078279@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: loos Date: Thu Dec 5 02:01:47 2019 New Revision: 355409 URL: https://svnweb.freebsd.org/changeset/base/355409 Log: Fix the build, use the correct include path. Pointy hat to: loos Modified: head/sys/arm/mv/a37x0_iic.c Modified: head/sys/arm/mv/a37x0_iic.c ============================================================================== --- head/sys/arm/mv/a37x0_iic.c Thu Dec 5 00:56:03 2019 (r355408) +++ head/sys/arm/mv/a37x0_iic.c Thu Dec 5 02:01:47 2019 (r355409) @@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$"); #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h> -#include <arm64/marvell/a37x0_iicreg.h> +#include <arm/mv/a37x0_iicreg.h> #include "iicbus_if.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912050201.xB521lLW078279>