Mailing List Archive

linux-next: build failure after merge of the spi-mb tree
Hi Mark,

After merging the spi-mb tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/spi/spi-gpio.c: In function 'spi_gpio_setup':
drivers/spi/spi-gpio.c:255:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

Caused by casting a pointer to "unsigned int" in commit a38e7a71f120
("spi: spi-gpio: Add DT bindings").


drivers/spi/spi-gpio.c: In function 'spi_probe_dt':
drivers/spi/spi-gpio.c:389:39: error: parameter name omitted
drivers/spi/spi-gpio.c: In function 'spi_gpio_probe':
drivers/spi/spi-gpio.c:404:2: error: implicit declaration of function 'spi_gpio_probe_dt' [-Werror=implicit-function-declaration]

Caused by commit a38e7a71f120 ("spi: spi-gpio: Add DT bindings"). This
build does not have CONFIG_OF set.

I have used the spi-mb tree from next-20120803 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
Re: linux-next: build failure after merge of the spi-mb tree [ In reply to ]
On Mon, Aug 06, 2012 at 12:03:01PM +1000, Stephen Rothwell wrote:
> Hi Mark,
>
> After merging the spi-mb tree, today's linux-next build (x86_64
> allmodconfig) failed like this:

I've dropped these patches. Daniel, please fix and resubmit.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/