Fixed, thanks! Sorry, this is some in-progress SPI work.. -a
On 17 April 2016 at 05:33, Bjoern A. Zeeb <bzeeb-li...@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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"