Date: Sun, 18 Oct 2015 20:32:37 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289547 - in head/sys/arm: annapurna/alpine qemu Message-ID: <201510182032.t9IKWbhE098600@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Sun Oct 18 20:32:37 2015 New Revision: 289547 URL: https://svnweb.freebsd.org/changeset/base/289547 Log: Include "opt_platform.h" early so that the FDT option is visible as needed. Modified: head/sys/arm/annapurna/alpine/common.c head/sys/arm/qemu/virt_common.c Modified: head/sys/arm/annapurna/alpine/common.c ============================================================================== --- head/sys/arm/annapurna/alpine/common.c Sun Oct 18 20:20:57 2015 (r289546) +++ head/sys/arm/annapurna/alpine/common.c Sun Oct 18 20:32:37 2015 (r289547) @@ -29,6 +29,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_platform.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> Modified: head/sys/arm/qemu/virt_common.c ============================================================================== --- head/sys/arm/qemu/virt_common.c Sun Oct 18 20:20:57 2015 (r289546) +++ head/sys/arm/qemu/virt_common.c Sun Oct 18 20:32:37 2015 (r289547) @@ -28,6 +28,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_platform.h" + #include <sys/param.h> #include <sys/systm.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510182032.t9IKWbhE098600>