[RFC PATCH] PCI: hip: hisi_pcie_sec_type can be static

From: kbuild test robot
Date: Sun Jan 26 2020 - 13:13:20 EST



Fixes: 9bf6eb234cd2 ("PCI: hip: Add handling of HiSilicon hip PCIe controller's errors")
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
pcie-hisi-error.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/pcie-hisi-error.c b/drivers/pci/controller/pcie-hisi-error.c
index 7c669043a4e0e..76c37abaaf968 100644
--- a/drivers/pci/controller/pcie-hisi-error.c
+++ b/drivers/pci/controller/pcie-hisi-error.c
@@ -50,7 +50,7 @@
#define HISI_ERR_SEV_CORRECTED 2
#define HISI_ERR_SEV_NONE 3

-guid_t hisi_pcie_sec_type = GUID_INIT(0xB2889FC9, 0xE7D7, 0x4F9D, 0xA8, 0x67,
+static guid_t hisi_pcie_sec_type = GUID_INIT(0xB2889FC9, 0xE7D7, 0x4F9D, 0xA8, 0x67,
0xAF, 0x42, 0xE9, 0x8B, 0xE7, 0x72);

#define HISI_PCIE_CORE_ID(v) ((v) >> 3)