Author: andrew Date: Sat Apr 4 23:10:13 2015 New Revision: 281093 URL: https://svnweb.freebsd.org/changeset/base/281093
Log: Re-add machine/bus.h to machine/fdt.h on arm, it's still needed. Modified: head/sys/arm/include/fdt.h Modified: head/sys/arm/include/fdt.h ============================================================================== --- head/sys/arm/include/fdt.h Sat Apr 4 23:03:11 2015 (r281092) +++ head/sys/arm/include/fdt.h Sat Apr 4 23:10:13 2015 (r281093) @@ -34,6 +34,8 @@ #include <dev/ofw/openfirm.h> +#include <machine/bus.h> + /* Max interrupt number */ #define FDT_INTR_MAX NIRQ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
