linux/drivers/staging/unisys
Colin Ian King bc05a9c877 staging: unisys: visorbus: make two functions static
The functions sig_queue_offset and sig_data_offset are local to
the source and do not need to be in global scope, so make them
static.

Cleans up sparse warnings:
symbol 'sig_queue_offset' was not declared. Should it be static?
symbol 'sig_data_offset' 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-09-01 19:06:44 +02:00
..
Documentation staging: unisys: Switch to use new generic UUID API 2017-08-22 14:56:03 -07:00
include staging: unisys: change pr_err to dev_err in visor_check_channel 2017-08-31 18:17:40 +02:00
visorbus staging: unisys: visorbus: make two functions static 2017-09-01 19:06:44 +02:00
visorhba staging: unisys: visorhba: Adjust top comment formatting 2017-08-22 15:14:55 -07:00
visorinput staging: unisys: visorinput: Add module_driver driver registration 2017-08-28 10:27:29 +02:00
visornic staging: unisys: visornic: Remove unnecessary return values 2017-08-31 18:17:40 +02:00
Kconfig
MAINTAINERS staging: unisys: Documentation: Remove proc-entries.txt 2016-04-28 22:09:37 -07:00
Makefile
TODO