Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 12:49:02 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37455 for review
Message-ID:  <200309031949.h83Jn2eR018832@repoman.freebsd.org>

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

Change 37455 by marcel@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



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