[PATCH][2.6.10] fix non prototype-form definition of lapic_shutdown()

From: Mikael Pettersson
Date: Sat Dec 25 2004 - 07:36:50 EST


Trivial fix for the non prototype-form definition of
lapic_shutdown() added recently.

/Mikael

diff -rupN linux-2.6.10/arch/i386/kernel/apic.c linux-2.6.10.i386-apic-cleanup/arch/i386/kernel/apic.c
--- linux-2.6.10/arch/i386/kernel/apic.c 2004-12-25 12:16:17.000000000 +0100
+++ linux-2.6.10.i386-apic-cleanup/arch/i386/kernel/apic.c 2004-12-25 12:37:06.000000000 +0100
@@ -519,7 +519,7 @@ void __init setup_local_APIC (void)
* Otherwise the BIOS may get confused and not power-off.
*/
void
-lapic_shutdown()
+lapic_shutdown(void)
{
if (!cpu_has_apic || !enabled_via_apicbase)
return;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/