From owner-svn-src-head@freebsd.org Sun Oct 18 20:32:38 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2A9EA18C04; Sun, 18 Oct 2015 20:32:38 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D5C5A30; Sun, 18 Oct 2015 20:32:38 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9IKWbqC098602; Sun, 18 Oct 2015 20:32:37 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9IKWbhE098600; Sun, 18 Oct 2015 20:32:37 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201510182032.t9IKWbhE098600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sun, 18 Oct 2015 20:32:37 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2015 20:32:38 -0000 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 __FBSDID("$FreeBSD$"); +#include "opt_platform.h" + #include #include #include 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 __FBSDID("$FreeBSD$"); +#include "opt_platform.h" + #include #include