mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
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:
commit
25f2d74566
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user