]> git.baikalelectronics.ru Git - kernel.git/commit
spi: Make several public functions private to spi.c
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 7 Oct 2021 12:14:15 +0000 (14:14 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 7 Oct 2021 14:46:00 +0000 (15:46 +0100)
commitfa70d3cd0ce884834b2742d1ef5651c81fb06fcd
tree82064b4c5ade483f5624c72db7372164e75c618a
parent4dcc307da89c0c75c2d91aaa824b4a525e6b9bf3
spi: Make several public functions private to spi.c

All these functions have no callers apart from drivers/spi/spi.c. So
drop their declarations in include/linux/spi/spi.h and don't export
them.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20211007121415.2401638-5-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c
include/linux/spi/spi.h