mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
[SCSI] scsi_debug: make pseudo_primary static
As pseudo_primary is only used in scsi_debug.c, it should be static. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Reviewed-by: Douglas Gilbert <dgilbert@interlog.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
c45eabec08
commit
11ddceca99
@ -3246,7 +3246,7 @@ static struct attribute *sdebug_drv_attrs[] = {
|
||||
};
|
||||
ATTRIBUTE_GROUPS(sdebug_drv);
|
||||
|
||||
struct device *pseudo_primary;
|
||||
static struct device *pseudo_primary;
|
||||
|
||||
static int __init scsi_debug_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user