mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:30:53 +07:00
scsi_debug: make dump_sector static
fixes warning: warning: no previous prototype for ‘dump_sector’ Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Douglas Gilbert <dgilbert@interlog.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
parent
de232af670
commit
58a8635d5a
@ -2681,7 +2681,7 @@ resp_read_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void dump_sector(unsigned char *buf, int len)
|
||||
static void dump_sector(unsigned char *buf, int len)
|
||||
{
|
||||
int i, j, n;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user