Re: linux-next: build failure after merge of the spi tree
From: Laurentiu Palcu <hidden>
Date: 2014-12-08 14:06:38
Also in:
lkml
From: Laurentiu Palcu <hidden>
Date: 2014-12-08 14:06:38
Also in:
lkml
On Mon, Dec 08, 2014 at 11:05:17PM +1100, Stephen Rothwell wrote:
Hi Mark,
After merging the spi tree, today's linux-next build (powerpc
allyesconfig) failed like this:
drivers/spi/spi-dln2.c: In function 'dln2_spi_copy_from_buf':
drivers/spi/spi-dln2.c:415:4: error: implicit declaration of function 'get_unaligned_le32' [-Werror=implicit-function-declaration]
*d++ = get_unaligned_le32(s++);
^
Caused by commit ffb9ad0a47b4 ("spi: add support for DLN-2 USB-SPI adapter").Re-sent the patch with the asm/unaligned.h header included and I build tested for PPC to make sure. Sorry for the trouble... :/ laurentiu