You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely due to the merge of the spi patches yesterday.
CC [M] drivers/spi/spi-bcm2708.o
drivers/spi/spi-bcm2835.c: In function 'bcm2835_spi_probe':
drivers/spi/spi-bcm2835.c:772:23: error: 'bcm2835_spi_handle_err' undeclared (first use in this function)
master->handle_err = bcm2835_spi_handle_err;
^
drivers/spi/spi-bcm2835.c:772:23: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:264: recipe for target 'drivers/spi/spi-bcm2835.o' failed
make[2]: *** [drivers/spi/spi-bcm2835.o] Error 1
make[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
Most likely due to the merge of the spi patches yesterday.
CC [M] drivers/spi/spi-bcm2708.o
drivers/spi/spi-bcm2835.c: In function 'bcm2835_spi_probe':
drivers/spi/spi-bcm2835.c:772:23: error: 'bcm2835_spi_handle_err' undeclared (first use in this function)
master->handle_err = bcm2835_spi_handle_err;
^
drivers/spi/spi-bcm2835.c:772:23: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:264: recipe for target 'drivers/spi/spi-bcm2835.o' failed
make[2]: *** [drivers/spi/spi-bcm2835.o] Error 1
make[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: