Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2016 16:43:23 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295527 - head/sys/mips/mips
Message-ID:  <201602111643.u1BGhN54034864@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Thu Feb 11 16:43:23 2016
New Revision: 295527
URL: https://svnweb.freebsd.org/changeset/base/295527

Log:
  Include the correct header to get a phandle_t needed by ofw_bus_if.h. While
  here only include opt_platform.h once.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/mips/mips/nexus.c

Modified: head/sys/mips/mips/nexus.c
==============================================================================
--- head/sys/mips/mips/nexus.c	Thu Feb 11 16:39:30 2016	(r295526)
+++ head/sys/mips/mips/nexus.c	Thu Feb 11 16:43:23 2016	(r295527)
@@ -64,10 +64,8 @@ __FBSDID("$FreeBSD$");
 #include <machine/intr_machdep.h>
 #endif
 
-#include "opt_platform.h"
-
 #ifdef FDT
-#include <machine/fdt.h>
+#include <dev/ofw/openfirm.h>
 #include "ofw_bus_if.h"
 #endif
 



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