Commit 2a485ad7 authored by Gavin Shan's avatar Gavin Shan Committed by Benjamin Herrenschmidt

powerpc/powernv: Drop PHB operation next_error()

The patch drops PHB EEH operation next_error() and merges its
logic to eeh_ops::next_error().
Signed-off-by: default avatarGavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 40ae5f69
This diff is collapsed.
...@@ -79,7 +79,6 @@ struct pnv_ioda_pe { ...@@ -79,7 +79,6 @@ struct pnv_ioda_pe {
#ifdef CONFIG_EEH #ifdef CONFIG_EEH
struct pnv_eeh_ops { struct pnv_eeh_ops {
int (*reset)(struct eeh_pe *pe, int option); int (*reset)(struct eeh_pe *pe, int option);
int (*next_error)(struct eeh_pe **pe);
}; };
#endif /* CONFIG_EEH */ #endif /* CONFIG_EEH */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment