summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-07-06 18:56:31 +0300
committerBjorn Helgaas <bhelgaas@google.com>2021-07-06 18:56:31 +0300
commit25f2d745666dd18c513962ebd66fc8c7a3357898 (patch)
tree1726f0eb50cf46a3b6728ab041799ac61063b0f2 /drivers/pci
parent93f60bb915ca691e50f8a501dd63e164a0688481 (diff)
parent1243106474294ea4ea95d9fc076549817814ce1d (diff)
downloadlinux-25f2d745666dd18c513962ebd66fc8c7a3357898.tar.xz
Merge branch 'remotes/lorenzo/pci/microchip'
- Make struct event_descs static (Krzysztof WilczyƄski) * remotes/lorenzo/pci/microchip: PCI: microchip: Make the struct event_descs static
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/pcie-microchip-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-microchip-host.c b/drivers/pci/controller/pcie-microchip-host.c
index 89c68c56d93b..fdab8202ae5d 100644
--- a/drivers/pci/controller/pcie-microchip-host.c
+++ b/drivers/pci/controller/pcie-microchip-host.c
@@ -341,7 +341,7 @@ static struct event_map local_status_to_event[] = {
LOCAL_STATUS_TO_EVENT_MAP(PM_MSI_INT_SYS_ERR),
};
-struct {
+static struct {
u32 base;
u32 offset;
u32 mask;