drivers/fsi: make a couple of functions static
commited50a0890eaa8b4468097644b11a61a5f313860c
authorColin Ian King <colin.king@canonical.com>
Tue, 3 Oct 2017 08:31:45 +0000 (3 09:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 08:32:42 +0000 (4 10:32 +0200)
tree71b256233d367d29e12bce51b6f781ec82e62a62
parent988437aec0e517f683b2491d43aa1cb4b231f8b8
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>
drivers/fsi/fsi-core.c