Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9385c5be authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarCharles Chiou <charles.chiou@tw.promise.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent c0e3a6ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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