提交 9385c5be 编写于 作者: C Colin Ian King 提交者: Martin K. Petersen

scsi: stex: make S6flag static

This module specific flag can be made static as it does not need to be
in global scope.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NCharles Chiou <charles.chiou@tw.promise.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 c0e3a6ac
......@@ -363,7 +363,7 @@ struct st_card_info {
u16 sts_count;
};
int S6flag;
static int S6flag;
static int stex_halt(struct notifier_block *nb, ulong event, void *buf);
static struct notifier_block stex_notifier = {
stex_halt, NULL, 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册