You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mei: mei_txe_fw_sts can be static
CC: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ce23139c6c
commit
480bd3c4ad
@@ -601,7 +601,7 @@ static int mei_txe_readiness_wait(struct mei_device *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const struct mei_fw_status mei_txe_fw_sts = {
|
||||
static const struct mei_fw_status mei_txe_fw_sts = {
|
||||
.count = 2,
|
||||
.status[0] = PCI_CFG_TXE_FW_STS0,
|
||||
.status[1] = PCI_CFG_TXE_FW_STS1
|
||||
|
||||
Reference in New Issue
Block a user