PERFORCE change 219932 for review

Robert Watson rwatson at FreeBSD.org
Tue Jan 1 10:55:53 UTC 2013


http://p4web.freebsd.org/@@219932?ac=10

Change 219932 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/01/01 10:55:08

	FDT headers can't be included if the kernel is compiled without
	FDT support, due to dependence on generated kobj headers.
	
	Spotted by:	bz

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/beri/beri_machdep.c#6 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/beri/beri_machdep.c#6 (text+ko) ====

@@ -55,8 +55,10 @@
 #include <sys/sysproto.h>
 #include <sys/user.h>
 
+#ifdef FDT
 #include <dev/fdt/fdt_common.h>
 #include <dev/ofw/openfirm.h>
+#endif
 
 #include <vm/vm.h>
 #include <vm/vm_object.h>


More information about the p4-projects mailing list