From owner-svn-src-all@FreeBSD.ORG Mon Oct 28 15:33:36 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6CF9BD97; Mon, 28 Oct 2013 15:33:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E125227DB; Mon, 28 Oct 2013 15:33:35 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r9SFXNmQ039377; Mon, 28 Oct 2013 19:33:23 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9SFXNJa039369; Mon, 28 Oct 2013 19:33:23 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 28 Oct 2013 19:33:23 +0400 From: Gleb Smirnoff To: Ian Lepore Subject: Re: svn commit: r257258 - in head/sys/arm: at91 econa lpc ti/cpsw versatile xscale/pxa Message-ID: <20131028153323.GR52889@FreeBSD.org> References: <201310281520.r9SFKIA1008421@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310281520.r9SFKIA1008421@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 15:33:36 -0000 On Mon, Oct 28, 2013 at 03:20:18PM +0000, Ian Lepore wrote: I> Author: ian I> Date: Mon Oct 28 15:20:17 2013 I> New Revision: 257258 I> URL: http://svnweb.freebsd.org/changeset/base/257258 I> I> Log: I> Sweep up a bit of arm-land fallout after r257244; include necessary I> headers directly that are no longer available via accidental include. I> I> Modified: I> head/sys/arm/at91/if_ate.c I> head/sys/arm/econa/if_ece.c I> head/sys/arm/lpc/if_lpe.c I> head/sys/arm/ti/cpsw/if_cpsw.c I> head/sys/arm/versatile/if_smc_fdt.c I> head/sys/arm/xscale/pxa/if_smc_smi.c Thanks, Ian! I started working on them as soon as I noticed tinderbox message, but surprisingly all arm LINTs built well. That is because I checked in your commit :) Thanks again and sorry for problems. -- Totus tuus, Glebius.