mei: mei_txe_fw_sts can be static
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 30 Sep 2014 01:21:46 +0000 (18:21 -0700)
committerGreg 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

index d3cf042fc509950b460085b046db55c116c96fff..c5e1902e493f854a845f0114cc50c38aabfcfefa 100644 (file)
@@ -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