mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 23:23:55 +08: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user