diff options
| author | Greg Kroah-Hartman <[email protected]> | 2021-06-09 09:19:18 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-06-09 11:55:46 +0100 |
| commit | 4ccf359849ce709f4bf0214b4b5b8b6891d38770 (patch) | |
| tree | 22aa30b2eeac77ce906a216195da7b18c6ce2131 /include/linux | |
| parent | 2b2142f247ebeef74aaadc1a646261c19627fd7e (diff) | |
spi: remove spi_set_cs_timing()
No one seems to be using this global and exported function, so remove it
as it is no longer needed.
Cc: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/spi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 74239d65c7fd..f924160e995f 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -1108,11 +1108,6 @@ static inline void spi_message_free(struct spi_message *m) kfree(m); } -extern int spi_set_cs_timing(struct spi_device *spi, - struct spi_delay *setup, - struct spi_delay *hold, - struct spi_delay *inactive); - extern int spi_setup(struct spi_device *spi); extern int spi_async(struct spi_device *spi, struct spi_message *message); extern int spi_async_locked(struct spi_device *spi, |