Merge @219932 from Perforce:

FDT headers can't be included if the kernel is compiled without
  FDT support, due to dependence on generated kobj headers.  BERI
  supports both FDT and non-FDT kernels.

  Spotted by:	bz
This commit is contained in:
Robert Watson 2013-01-01 19:42:06 +00:00
parent e1c01d08f1
commit d8c7c88283
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244942

View File

@ -55,8 +55,10 @@ __FBSDID("$FreeBSD$");
#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>