diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/spi.h b/arch/arm/mach-davinci/include/mach/spi.h index 29c19c425b02..483b055da440 100644 --- a/arch/arm/mach-davinci/include/mach/spi.h +++ b/arch/arm/mach-davinci/include/mach/spi.h | |||
@@ -43,6 +43,8 @@ struct davinci_spi_config { | |||
43 | u8 timer_disable; | 43 | u8 timer_disable; |
44 | u8 c2tdelay; | 44 | u8 c2tdelay; |
45 | u8 t2cdelay; | 45 | u8 t2cdelay; |
46 | u8 t2edelay; | ||
47 | u8 c2edelay; | ||
46 | }; | 48 | }; |
47 | 49 | ||
48 | #endif /* __ARCH_ARM_DAVINCI_SPI_H */ | 50 | #endif /* __ARCH_ARM_DAVINCI_SPI_H */ |