Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2010 20:04:23 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173195 for review
Message-ID:  <201001152004.o0FK4NYl010769@repoman.freebsd.org>

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

Change 173195 by raj@raj_fdt on 2010/01/15 20:04:03

	Revert the last #includes reorg and simply introduce ARM specific
	ofw_machdep.h as there is for PowerPC.
	
	Previous changes broke AIM PowerPC build.

Affected files ...

.. //depot/projects/fdt/sys/arm/include/ofw_machdep.h#1 add
.. //depot/projects/fdt/sys/dev/fdt/fdt_common.c#6 edit
.. //depot/projects/fdt/sys/dev/ofw/openfirm.h#4 edit
.. //depot/projects/fdt/sys/dev/uart/uart_bus_fdt.c#4 edit

Differences ...

==== //depot/projects/fdt/sys/dev/fdt/fdt_common.c#6 (text+ko) ====

@@ -38,7 +38,6 @@
 #include <sys/bus.h>
 
 #include <machine/intr_machdep.h>
-#include <machine/resource.h>
 
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/ofw_bus_subr.h>

==== //depot/projects/fdt/sys/dev/ofw/openfirm.h#4 (text+ko) ====

@@ -73,6 +73,8 @@
 #ifdef _KERNEL
 #include <sys/malloc.h>
 
+#include <machine/ofw_machdep.h>
+
 MALLOC_DECLARE(M_OFWPROP);
 
 /*

==== //depot/projects/fdt/sys/dev/uart/uart_bus_fdt.c#4 (text+ko) ====

@@ -35,8 +35,6 @@
 #include <sys/kernel.h>
 #include <sys/module.h>
 
-#include <machine/bus.h>
-
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/ofw_bus_subr.h>
 #include <dev/uart/uart.h>



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