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
This commit is contained in:
Bjorn Helgaas 2021-07-06 10:56:31 -05:00
commit 25f2d74566

View file

@ -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;