Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 20:54:15 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190110 - head/sys/sparc64/isa
Message-ID:  <200903192054.n2JKsFPn075662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu Mar 19 20:54:15 2009
New Revision: 190110
URL: http://svn.freebsd.org/changeset/base/190110

Log:
  Sort include.

Modified:
  head/sys/sparc64/isa/ofw_isa.c

Modified: head/sys/sparc64/isa/ofw_isa.c
==============================================================================
--- head/sys/sparc64/isa/ofw_isa.c	Thu Mar 19 20:52:46 2009	(r190109)
+++ head/sys/sparc64/isa/ofw_isa.c	Thu Mar 19 20:54:15 2009	(r190110)
@@ -40,8 +40,8 @@ __FBSDID("$FreeBSD$");
 #include <sys/systm.h>
 #include <sys/bus.h>
 
-#include <dev/ofw/openfirm.h>
 #include <dev/ofw/ofw_bus_subr.h>
+#include <dev/ofw/openfirm.h>
 
 #include <machine/bus.h>
 #include <machine/resource.h>



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