Home
last modified time | relevance | path

Searched hist:fb51601bdf3a761ccd3f3d9dc6c03064f10f23aa (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi.cdiff fb51601bdf3a761ccd3f3d9dc6c03064f10f23aa Thu Oct 07 14:14:14 CEST 2021 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> spi: Reorder functions to simplify the next commit

Currently the "Core methods for SPI resource management" are exported
and public functions. They are however only used in drivers/spi/spi.c.
To allow to drop the global declarations and not to have to insert local
ones instead, move them before their users.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20211007121415.2401638-4-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>