svn commit: r355409 - head/sys/arm/mv

Luiz Otavio O Souza loos at FreeBSD.org
Thu Dec 5 02:01:48 UTC 2019


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"
 


More information about the svn-src-all mailing list