提交 11ddceca 编写于 作者: A Akinobu Mita 提交者: James Bottomley

[SCSI] scsi_debug: make pseudo_primary static

As pseudo_primary is only used in scsi_debug.c, it should be static.
Signed-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
Reviewed-by: NDouglas Gilbert <dgilbert@interlog.com>
Reviewed-by: NMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
上级 c45eabec
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册