1
0
Fork 0
alistair23-linux/drivers/misc/cardreader
Colin Ian King ce7d8f8a66 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>
2018-07-03 13:01:48 +02:00
..
Kconfig
Makefile
rtl8411.c
rts5209.c
rts5227.c
rts5229.c
rts5249.c
rts5260.c misc: rtsx: make various functions static 2018-03-15 18:01:41 +01:00
rts5260.h
rtsx_pcr.c misc: rtsx: make several functions static 2018-07-03 13:01:48 +02:00
rtsx_pcr.h
rtsx_usb.c