diff options
Diffstat (limited to 'drivers/spi/spi-fsl-lib.h')
-rw-r--r-- | drivers/spi/spi-fsl-lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-fsl-lib.h b/drivers/spi/spi-fsl-lib.h index d5c788b584df..52db6936778e 100644 --- a/drivers/spi/spi-fsl-lib.h +++ b/drivers/spi/spi-fsl-lib.h | |||
@@ -71,6 +71,7 @@ struct mpc8xxx_spi { | |||
71 | 71 | ||
72 | #ifdef CONFIG_SPI_FSL_SPI | 72 | #ifdef CONFIG_SPI_FSL_SPI |
73 | int type; | 73 | int type; |
74 | int native_chipselects; | ||
74 | u8 max_bits_per_word; | 75 | u8 max_bits_per_word; |
75 | 76 | ||
76 | void (*set_shifts)(u32 *rx_shift, u32 *tx_shift, | 77 | void (*set_shifts)(u32 *rx_shift, u32 *tx_shift, |