1
0
Fork 0
alistair23-linux/tools/spi
Qing Zhang bd2077915b
spi: tools: Make default_tx/rx and input_tx static
Fix the following sparse warning:

./spidev_test.c:50:9: warning: symbol 'default_tx' was not declared. Should it be static?
./spidev_test.c:59:9: warning: symbol 'default_rx' was not declared. Should it be static?
./spidev_test.c:60:6: warning: symbol 'input_tx' was not declared. Should it be static?

Signed-off-by: Qing Zhang <zhangqing@loongson.cn>
Link: https://lore.kernel.org/r/1591880212-13479-1-git-send-email-zhangqing@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-06-11 16:27:24 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Build spi: tools: move to tools buildsystem 2017-07-26 12:25:23 +01:00
Makefile spi: spidev_test: Remove hidden temporary file when make clean 2020-04-14 18:36:29 +01:00
spidev_fdx.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
spidev_test.c spi: tools: Make default_tx/rx and input_tx static 2020-06-11 16:27:24 +01:00