Skip to content

Commit

Permalink
mei: mei_txe_fw_sts can be static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fengguang Wu authored and Greg Kroah-Hartman committed Sep 30, 2014
1 parent ce23139 commit 480bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/mei/hw-txe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 480bd3c

Please sign in to comment.