diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/bfin5xx_spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/bfin5xx_spi.h b/arch/blackfin/include/asm/bfin5xx_spi.h index ea2d24af9542..8c5f8a977a66 100644 --- a/arch/blackfin/include/asm/bfin5xx_spi.h +++ b/arch/blackfin/include/asm/bfin5xx_spi.h | |||
@@ -124,6 +124,7 @@ struct bfin5xx_spi_chip { | |||
124 | u8 bits_per_word; | 124 | u8 bits_per_word; |
125 | u8 cs_change_per_word; | 125 | u8 cs_change_per_word; |
126 | u16 cs_chg_udelay; /* Some devices require 16-bit delays */ | 126 | u16 cs_chg_udelay; /* Some devices require 16-bit delays */ |
127 | u32 cs_gpio; | ||
127 | }; | 128 | }; |
128 | 129 | ||
129 | #endif /* _SPI_CHANNEL_H_ */ | 130 | #endif /* _SPI_CHANNEL_H_ */ |