powerpc/eeh: Export eeh_pe_state_mark()
[cascardo/linux.git] / arch / powerpc / kernel / eeh_pe.c
index f0520da..de7d091 100644 (file)
@@ -581,6 +581,7 @@ void eeh_pe_state_mark(struct eeh_pe *pe, int state)
 {
        eeh_pe_traverse(pe, __eeh_pe_state_mark, &state);
 }
+EXPORT_SYMBOL_GPL(eeh_pe_state_mark);
 
 static void *__eeh_pe_dev_mode_mark(void *data, void *flag)
 {