Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2016 08:51:34 -0700
From:      Adrian Chadd <adrian@freebsd.org>
To:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r298136 - head/sys/dev/flash
Message-ID:  <CAJ-VmomC%2BDHYiOtSkQ=Zox0Etm=d69qvzKP2Ru3cmWkZ73fiCg@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.1604171232220.83904@ai.fobar.qr>
References:  <201604170205.u3H25jrw021447@repo.freebsd.org> <alpine.BSF.2.00.1604171232220.83904@ai.fobar.qr>

next in thread | previous in thread | raw e-mail | index | archive | help
Fixed, thanks! Sorry, this is some in-progress SPI work..

-a


On 17 April 2016 at 05:33, Bjoern A. Zeeb
<bzeeb-lists@lists.zabbadoz.net> wrote:
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmomC%2BDHYiOtSkQ=Zox0Etm=d69qvzKP2Ru3cmWkZ73fiCg>