diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-06-01 17:54:44 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 14:01:48 +0300 |
commit | ce7d8f8a66e6d0600e5f368233849d2e4560a732 (patch) | |
tree | eedebd24b99c0644a055cca152f84d5c0fc24615 /drivers/platform | |
parent | c4bcaffa6b8192379eec9a8f7fe263907c4b755e (diff) | |
download | linux-ce7d8f8a66e6d0600e5f368233849d2e4560a732.tar.xz |
misc: rtsx: make several functions static
Several helper functions are local to the source and do not
need to be in global scope, so make them static.
Cleans up sparse warnings:
symbol 'rtsx_pm_power_saving' was not declared. Should it be static?
symbol 'rtsx_set_l1off_sub_cfg_d0' was not declared. Should it be static?
symbol 'rtsx_pm_full_on' was not declared. Should it be static?
symbol 'rtsx_comm_set_ltr_latency' was not declared. Should it be static?
symbol 'rtsx_pci_process_ocp' was not declared. Should it be static?
symbol 'rtsx_pci_process_ocp_interrupt' 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>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions