From: Imre Deak Date: Fri, 12 May 2006 11:52:11 +0000 (-0700) Subject: [PATCH] omap_uwire: fix to build by removing handling of SPI_LSB_FIRST X-Git-Tag: v2.6.17-omap1~78 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b4b7764191c3a718582d978452c08218af76c8cf;p=linux-2.6-omap-h63xx.git [PATCH] omap_uwire: fix to build by removing handling of SPI_LSB_FIRST The handling of the flag is included properly in an upcoming SPI patch by David Brownell. Signed-off-by: Imre Deak --- diff --git a/drivers/spi/omap_uwire.c b/drivers/spi/omap_uwire.c index 97a1846fc9f..39e822704b8 100644 --- a/drivers/spi/omap_uwire.c +++ b/drivers/spi/omap_uwire.c @@ -317,12 +317,6 @@ static int uwire_setup(struct spi_device *spi) 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"