diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-05 06:44:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 06:29:52 -0400 |
commit | 874b31585650afa6745de5133849365e7e6af418 (patch) | |
tree | f6995c39b6cb31e3c487f04e384c1acd9870c492 /include/linux/spi | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
spi/bitbang: Unexport spi_bitbang_transfer()
Currently no drivers use the ability to override spi_bitbang_transfer()
and if any started this would make it harder to convert the bitbang code
to use transfer_one_message() so remove the export in order to prevent
anyone starting.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/spi_bitbang.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/spi/spi_bitbang.h b/include/linux/spi/spi_bitbang.h index f987a2bee16a..b5aa215493f6 100644 --- a/include/linux/spi/spi_bitbang.h +++ b/include/linux/spi/spi_bitbang.h | |||
@@ -41,7 +41,6 @@ struct spi_bitbang { | |||
41 | */ | 41 | */ |
42 | extern int spi_bitbang_setup(struct spi_device *spi); | 42 | extern int spi_bitbang_setup(struct spi_device *spi); |
43 | extern void spi_bitbang_cleanup(struct spi_device *spi); | 43 | extern void spi_bitbang_cleanup(struct spi_device *spi); |
44 | extern int spi_bitbang_transfer(struct spi_device *spi, struct spi_message *m); | ||
45 | extern int spi_bitbang_setup_transfer(struct spi_device *spi, | 44 | extern int spi_bitbang_setup_transfer(struct spi_device *spi, |
46 | struct spi_transfer *t); | 45 | struct spi_transfer *t); |
47 | 46 | ||