PERFORCE change 36714 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Aug 22 15:51:38 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=36714

Change 36714 by marcel at 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[] = {


More information about the p4-projects mailing list