kernel/arch/powerpc/platforms/powernv/opal-kmsg.c
.. .. @@ -20,8 +20,7 @@ 20 20 * message, it just ensures that OPAL completely flushes the console buffer. 21 21 */ 22 22 static void kmsg_dump_opal_console_flush(struct kmsg_dumper *dumper, 23 - enum kmsg_dump_reason reason,24 - struct kmsg_dumper_iter *iter)23 + enum kmsg_dump_reason reason)25 24 { 26 25 /* 27 26 * Outside of a panic context the pollers will continue to run,