Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / spi / spi.h
index c8bb680..e928c0d 100644 (file)
@@ -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
         */
 };