Skip to content

Commit 25f2d74

Browse files
committed
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
2 parents 93f60bb + 1243106 commit 25f2d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/pcie-microchip-host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ static struct event_map local_status_to_event[] = {
341341
LOCAL_STATUS_TO_EVENT_MAP(PM_MSI_INT_SYS_ERR),
342342
};
343343

344-
struct {
344+
static struct {
345345
u32 base;
346346
u32 offset;
347347
u32 mask;

0 commit comments

Comments
 (0)