diff options
-rw-r--r-- | include/linux/spi/spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index d0c5ba746e01..0ec11f2911af 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h | |||
@@ -980,6 +980,8 @@ static inline void spi_message_free(struct spi_message *m) | |||
980 | kfree(m); | 980 | kfree(m); |
981 | } | 981 | } |
982 | 982 | ||
983 | extern void spi_set_cs_timing(struct spi_device *spi, u8 setup, u8 hold, u8 inactive_dly); | ||
984 | |||
983 | extern int spi_setup(struct spi_device *spi); | 985 | extern int spi_setup(struct spi_device *spi); |
984 | extern int spi_async(struct spi_device *spi, struct spi_message *message); | 986 | extern int spi_async(struct spi_device *spi, struct spi_message *message); |
985 | extern int spi_async_locked(struct spi_device *spi, | 987 | extern int spi_async_locked(struct spi_device *spi, |