]> Git Repo - linux.git/commit
spi: Make several public functions private to spi.c
authorUwe Kleine-König <[email protected]>
Thu, 7 Oct 2021 12:14:15 +0000 (14:14 +0200)
committerMark Brown <[email protected]>
Thu, 7 Oct 2021 14:46:00 +0000 (15:46 +0100)
commitda21fde0fdb393c2fbe0ae0735cc826cd55fd46f
tree82064b4c5ade483f5624c72db7372164e75c618a
parentfb51601bdf3a761ccd3f3d9dc6c03064f10f23aa
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/spi.c
include/linux/spi/spi.h
This page took 0.062288 seconds and 4 git commands to generate.