Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2019 18:07:15 +0000 (UTC)
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352225 - head/sys/riscv/riscv
Message-ID:  <201909111807.x8BI7FTR032423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kp
Date: Wed Sep 11 18:07:15 2019
New Revision: 352225
URL: https://svnweb.freebsd.org/changeset/base/352225

Log:
  riscv: Add missing header
  
  r352218 missing an include statement, causing the build to fail.
  
  Submitted by:	Nicholas O'Brien (nickisobrien_gmail.com)
  Sponsored by:	Axiado

Modified:
  head/sys/riscv/riscv/identcpu.c

Modified: head/sys/riscv/riscv/identcpu.c
==============================================================================
--- head/sys/riscv/riscv/identcpu.c	Wed Sep 11 17:56:48 2019	(r352224)
+++ head/sys/riscv/riscv/identcpu.c	Wed Sep 11 18:07:15 2019	(r352225)
@@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$");
 #ifdef FDT
 #include <dev/fdt/fdt_common.h>
 #include <dev/ofw/openfirm.h>
+#include <dev/ofw/ofw_bus_subr.h>
 #endif
 
 char machine[] = "riscv";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909111807.x8BI7FTR032423>