Skip to content

Commit

Permalink
Merge branch 'remotes/lorenzo/pci/microchip'
Browse files Browse the repository at this point in the history
- Make struct event_descs static (Krzysztof Wilczyński)

* remotes/lorenzo/pci/microchip:
  PCI: microchip: Make the struct event_descs static
  • Loading branch information
Bjorn Helgaas committed Jul 6, 2021
2 parents 93f60bb + 1243106 commit 25f2d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/controller/pcie-microchip-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 25f2d74

Please sign in to comment.