mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify()
Mechanical conversion of the eeh_ops interfaces to use eeh_dev to reference a specific device rather than pci_dn. No functional changes. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200725081231.39076-8-oohall@gmail.com
This commit is contained in:
parent
0c2c76523c
commit
8225d543dc
4 changed files with 5 additions and 7 deletions
|
@ -230,7 +230,7 @@ struct eeh_ops {
|
|||
int (*write_config)(struct pci_dn *pdn, int where, int size, u32 val);
|
||||
int (*next_error)(struct eeh_pe **pe);
|
||||
int (*restore_config)(struct eeh_dev *edev);
|
||||
int (*notify_resume)(struct pci_dn *pdn);
|
||||
int (*notify_resume)(struct eeh_dev *edev);
|
||||
};
|
||||
|
||||
extern int eeh_subsystem_flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue