diff options
Diffstat (limited to 'arch/blackfin/include/asm/bfin5xx_spi.h')
-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 aaeb4df10d5..c281c632827 100644 --- a/arch/blackfin/include/asm/bfin5xx_spi.h +++ b/arch/blackfin/include/asm/bfin5xx_spi.h | |||
@@ -127,6 +127,7 @@ struct bfin5xx_spi_chip { | |||
127 | u32 cs_gpio; | 127 | u32 cs_gpio; |
128 | /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ | 128 | /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ |
129 | u16 idle_tx_val; | 129 | u16 idle_tx_val; |
130 | u8 pio_interrupt; /* Enable spi data irq */ | ||
130 | }; | 131 | }; |
131 | 132 | ||
132 | #endif /* _SPI_CHANNEL_H_ */ | 133 | #endif /* _SPI_CHANNEL_H_ */ |