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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"