Build fix ... the LSB_FIRST option isn't yet merged, and in any case this driver doesn't need it since the LSB_FIRST patch handles it in the spi_bitbang infrastructure used by omap_uwire. Signed-off-by: David Brownell Index: osk/drivers/spi/omap_uwire.c =================================================================== --- osk.orig/drivers/spi/omap_uwire.c 2006-05-03 08:03:40.000000000 -0700 +++ osk/drivers/spi/omap_uwire.c 2006-05-04 10:05:14.000000000 -0700 @@ -317,12 +317,6 @@ static int uwire_setup(struct spi_device goto done; } - if (spi->mode & SPI_LSB_FIRST) { - pr_debug("%s: lsb first?\n", spi->dev.bus_id); - status = -EINVAL; - goto done; - } - /* mode 0..3, clock inverted separately; * standard nCS signaling; * don't treat DI=high as "not ready"