PERFORCE change 37455 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Sep 3 12:49:04 PDT 2003


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

Change 37455 by marcel at marcel_nfs on 2003/09/03 12:48:44

	Include <machine/ofw_machdep.h> for the prototype of
	OF_decode_addr(). Remove the one in this file.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_cpu_sparc64.c#10 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_cpu_sparc64.c#10 (text+ko) ====

@@ -34,12 +34,11 @@
 #include <machine/bus_private.h>
 
 #include <dev/ofw/openfirm.h>
+#include <machine/ofw_machdep.h>
 
 #include <dev/uart/uart.h>
 #include <dev/uart/uart_cpu.h>
 
-int OF_decode_addr(phandle_t node, int *space, bus_addr_t *addr);
-
 static struct bus_space_tag bst_store[3];
 
 static int


More information about the p4-projects mailing list