projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce23139
)
mei: mei_txe_fw_sts can be static
author
Fengguang Wu
<fengguang.wu@intel.com>
Tue, 30 Sep 2014 01:21:46 +0000
(18:21 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 30 Sep 2014 01:21:46 +0000
(18:21 -0700)
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>
drivers/misc/mei/hw-txe.c
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/hw-txe.c
b/drivers/misc/mei/hw-txe.c
index d3cf042fc509950b460085b046db55c116c96fff..c5e1902e493f854a845f0114cc50c38aabfcfefa 100644
(file)
--- 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