Commit 139a2d1e authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds

[PATCH] Fix ppc32 compile

D'oh.  Something got cut-off there on Randy's end.  Obviously correct
fix follows.
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3ea0056b
......@@ -964,7 +964,8 @@ prep_request_cascade(void)
if (OpenPIC_Addr != NULL)
/* We have a cascade on OpenPIC IRQ 0, Linux IRQ 16 */
openpic_hookup_cascade(NUM_8259_INTERRUPTS, "82c59 cascade",
return 0;
i8259_irq);
return 0;
}
arch_initcall(prep_request_cascade);
......
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