diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-07-06 18:56:31 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-07-06 18:56:31 +0300 |
commit | 25f2d745666dd18c513962ebd66fc8c7a3357898 (patch) | |
tree | 1726f0eb50cf46a3b6728ab041799ac61063b0f2 /drivers | |
parent | 93f60bb915ca691e50f8a501dd63e164a0688481 (diff) | |
parent | 1243106474294ea4ea95d9fc076549817814ce1d (diff) | |
download | linux-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')
-rw-r--r-- | drivers/pci/controller/pcie-microchip-host.c | 2 |
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; |