mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
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:
committed by
Greg Kroah-Hartman
parent
3db5540dfd
commit
385914c39d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user