Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2003 15:51:35 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36714 for review
Message-ID:  <200308222251.h7MMpZwY052381@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36714

Change 36714 by marcel@marcel_nfs on 2003/08/22 15:51:12

	s#<ofw/openfirm.h>#<dev/ofw/openfirm.h>#
	
	While here, move the two includes up across the uart includes.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_bus_ebus.c#3 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_bus_ebus.c#3 (text+ko) ====

@@ -35,13 +35,13 @@
 #include <sys/rman.h>
 #include <machine/resource.h>
 
+#include <dev/ofw/openfirm.h>
+#include <sparc64/ebus/ebusvar.h>
+
 #include <dev/uart/uart.h>
 #include <dev/uart/uart_bus.h>
 #include <dev/uart/uart_cpu.h>
 
-#include <ofw/openfirm.h>
-#include <sparc64/ebus/ebusvar.h>
-
 static int uart_ebus_probe(device_t dev);
 
 static device_method_t uart_ebus_methods[] = {



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