diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2014-09-29 18:21:46 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-29 18:21:46 -0700 |
commit | 480bd3c4ad30558dd26c16e3f8358e36522d9af0 (patch) | |
tree | 4c7c73e7d52bd1bd57ad18d77f0c50ad7dc5b4dd | |
parent | ce23139c6c2ee92d5eace20f6f10d716cf295a5b (diff) |
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>
-rw-r--r-- | drivers/misc/mei/hw-txe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/hw-txe.c b/drivers/misc/mei/hw-txe.c index d3cf042fc50..c5e1902e493 100644 --- a/drivers/misc/mei/hw-txe.c +++ b/drivers/misc/mei/hw-txe.c @@ -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 |