diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-10-07 15:14:14 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-07 17:45:59 +0300 |
commit | fb51601bdf3a761ccd3f3d9dc6c03064f10f23aa (patch) | |
tree | c9ebaaf6c2897de8710c3526d849e25f8e87b627 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bdc7ca008e1f5539e891187032cb2cbbc3decb5e (diff) | |
download | linux-fb51601bdf3a761ccd3f3d9dc6c03064f10f23aa.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions