Staging: unisys: virthba: declare virthba_queue_command as static

virthba_queue_command() is only used inside virthba.c so declare it static.

Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ken Cox 2014-05-22 12:31:11 -05:00 committed by Greg Kroah-Hartman
parent 3db5540dfd
commit 385914c39d

View File

@ -91,7 +91,7 @@ static const struct x86_cpu_id unisys_spar_ids[] = {
MODULE_DEVICE_TABLE(x86cpu, unisys_spar_ids);
#ifdef DEF_SCSI_QCMD
DEF_SCSI_QCMD(virthba_queue_command)
static DEF_SCSI_QCMD(virthba_queue_command)
#else
#define virthba_queue_command virthba_queue_command_lck
#endif