Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2011 19:46:26 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r222076 - projects/largeSMP/sys/powerpc/mpc85xx
Message-ID:  <201105181946.p4IJkQEP005897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Wed May 18 19:46:26 2011
New Revision: 222076
URL: http://svn.freebsd.org/changeset/base/222076

Log:
  Fix compilation.
  
  Submitted by:	andreast

Modified:
  projects/largeSMP/sys/powerpc/mpc85xx/openpic_fdt.c

Modified: projects/largeSMP/sys/powerpc/mpc85xx/openpic_fdt.c
==============================================================================
--- projects/largeSMP/sys/powerpc/mpc85xx/openpic_fdt.c	Wed May 18 18:36:40 2011	(r222075)
+++ projects/largeSMP/sys/powerpc/mpc85xx/openpic_fdt.c	Wed May 18 19:46:26 2011	(r222076)
@@ -37,11 +37,12 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/bus.h>
 #include <machine/intr_machdep.h>
-#include <machine/openpicvar.h>
 
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/ofw_bus_subr.h>
 
+#include <machine/openpicvar.h>
+
 #include "pic_if.h"
 
 static int openpic_fdt_probe(device_t);



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