diff options
Diffstat (limited to 'arch/powerpc/include/asm/eeh.h')
-rw-r--r-- | arch/powerpc/include/asm/eeh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/eeh.h b/arch/powerpc/include/asm/eeh.h index d3e5e9bc8f94..7f8adc848cd6 100644 --- a/arch/powerpc/include/asm/eeh.h +++ b/arch/powerpc/include/asm/eeh.h | |||
@@ -157,6 +157,7 @@ struct eeh_ops { | |||
157 | int (*read_config)(struct device_node *dn, int where, int size, u32 *val); | 157 | int (*read_config)(struct device_node *dn, int where, int size, u32 *val); |
158 | int (*write_config)(struct device_node *dn, int where, int size, u32 val); | 158 | int (*write_config)(struct device_node *dn, int where, int size, u32 val); |
159 | int (*next_error)(struct eeh_pe **pe); | 159 | int (*next_error)(struct eeh_pe **pe); |
160 | int (*restore_config)(struct device_node *dn); | ||
160 | }; | 161 | }; |
161 | 162 | ||
162 | extern struct eeh_ops *eeh_ops; | 163 | extern struct eeh_ops *eeh_ops; |