From owner-svn-src-all@freebsd.org Sun Apr 17 12:33:21 2016 Return-Path: Delivered-To: svn-src-all@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 121DFB100C4; Sun, 17 Apr 2016 12:33:21 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9EBE14C7; Sun, 17 Apr 2016 12:33:20 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id EE92425D3A9C; Sun, 17 Apr 2016 12:33:16 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 07589D1F8BD; Sun, 17 Apr 2016 12:33:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 8aPB8AYb2NYs; Sun, 17 Apr 2016 12:33:14 +0000 (UTC) Received: from nv.sbone.de (nv.sbone.de [IPv6:fde9:577b:c1a9:31::2013:138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 97C1AD1F8BC; Sun, 17 Apr 2016 12:33:14 +0000 (UTC) Date: Sun, 17 Apr 2016 12:33:13 +0000 (UTC) From: "Bjoern A. Zeeb" To: Adrian Chadd cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r298136 - head/sys/dev/flash In-Reply-To: <201604170205.u3H25jrw021447@repo.freebsd.org> Message-ID: References: <201604170205.u3H25jrw021447@repo.freebsd.org> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 17 Apr 2016 12:33:21 -0000 On Sun, 17 Apr 2016, Adrian Chadd wrote: > Author: adrian > Date: Sun Apr 17 02:05:45 2016 > New Revision: 298136 > URL: https://svnweb.freebsd.org/changeset/base/298136 > > Log: > Only compile the FDT bits when we are using FDT. > > Modified: > head/sys/dev/flash/at45d.c > head/sys/dev/flash/mx25l.c The at45d bits don't compile and not sure if they should have been in this commit? >>> Kernel build for ATMEL started on Sun Apr 17 11:38:10 UTC 2016 /scratch/tmp/bz/head.svn/sys/dev/flash/at45d.c:124:27: error: use of undeclared identifier 'SPI_COMMAND_INITIALIZER' struct spi_command cmd = SPI_COMMAND_INITIALIZER; ^ /scratch/tmp/bz/head.svn/sys/dev/flash/at45d.c:144:27: error: use of undeclared identifier 'SPI_COMMAND_INITIALIZER' struct spi_command cmd = SPI_COMMAND_INITIALIZER; ^ /scratch/tmp/bz/head.svn/sys/dev/flash/at45d.c:306:27: error: use of undeclared identifier 'SPI_COMMAND_INITIALIZER' struct spi_command cmd = SPI_COMMAND_INITIALIZER; ^ 3 errors generated. --- at45d.o --- *** [at45d.o] Error code 1