1
0
Fork 0
alistair23-linux/drivers/fsi
Colin Ian King ed50a0890e drivers/fsi: make a couple of functions static
The functions fsi_slave_report_and_clear_errors and fsi_slave_handle_error
are local to the source and do not need to be in global scope, so make
them static.

Cleans up sparse warnings:
symbol 'fsi_slave_report_and_clear_errors' was not declared. Should it
be static?
symbol 'fsi_slave_handle_error' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-10-04 10:32:42 +02:00
..
Kconfig drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
Makefile drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
fsi-core.c drivers/fsi: make a couple of functions static 2017-10-04 10:32:42 +02:00
fsi-master-gpio.c drivers/fsi: Use asynchronous slave mode 2017-06-09 11:52:09 +02:00
fsi-master-hub.c drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
fsi-master.h drivers/fsi: Use asynchronous slave mode 2017-06-09 11:52:09 +02:00
fsi-scom.c drivers/fsi/scom: Remove reset before every putscom 2017-08-28 17:15:16 +02:00