mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
megasas: mark mfi_frame_desc as 'static'
Suggested by blue swirl. Patch is on top of Paolo's scsi-next tree. Signed-off-by: Hannes Reinecke <hare@suse.de> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
c0958559b1
commit
a97ad268f1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#define MEGASAS_FLAG_USE_QUEUE64 2
|
||||
#define MEGASAS_MASK_USE_QUEUE64 (1 << MEGASAS_FLAG_USE_QUEUE64)
|
||||
|
||||
const char *mfi_frame_desc[] = {
|
||||
static const char *mfi_frame_desc[] = {
|
||||
"MFI init", "LD Read", "LD Write", "LD SCSI", "PD SCSI",
|
||||
"MFI Doorbell", "MFI Abort", "MFI SMP", "MFI Stop"};
|
||||
|
||||
|
|
Loading…
Reference in a new issue