X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fspi%2Fspi.h;h=e928c0dcc29755d31c2ba5b7f1d96b1f3ac50b1e;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=c8bb68099eb9e35bf5ae2edba0c43244ca95ff5b;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index c8bb68099..e928c0dcc 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -642,14 +642,10 @@ struct spi_board_info { u16 bus_num; u16 chip_select; - /* mode becomes spi_device.mode, and is essential for chips - * where the default of SPI_CS_HIGH = 0 is wrong. - */ - u8 mode; - /* ... may need additional spi_device chip config data here. * avoid stuff protocol drivers can set; but include stuff * needed to behave without being bound to a driver: + * - chipselect polarity * - quirks like clock rate mattering when not selected */ };