From b4b7764191c3a718582d978452c08218af76c8cf Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Fri, 12 May 2006 04:52:11 -0700 Subject: [PATCH] [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 --- drivers/spi/omap_uwire.c | 6 ------ 1 file changed, 6 deletions(-) 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" -- 2.41.1