git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad81f05
)
spi/bitbang: Unexport spi_bitbang_transfer()
author
Mark Brown
<broonie@linaro.org>
Fri, 5 Jul 2013 10:44:49 +0000
(11:44 +0100)
committer
Mark Brown
<broonie@linaro.org>
Mon, 15 Jul 2013 10:29:52 +0000
(11:29 +0100)
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>
No differences found