Make UNEXPECTED_IO_APIC static

Pavel Machek (pavel@ucw.cz)
Thu, 20 Feb 2003 11:13:07 +0100


Hi!

This makes it static... Because we can.

Pavel

--- clean/arch/i386/kernel/io_apic.c 2003-02-18 12:24:27.000000000 +0100
+++ linux/arch/i386/kernel/io_apic.c 2003-02-18 12:24:59.000000000 +0100
@@ -1150,7 +1150,7 @@
enable_8259A_irq(0);
}

-void __init UNEXPECTED_IO_APIC(void)
+static void __init UNEXPECTED_IO_APIC(void)
{
printk(KERN_WARNING "INFO: unexpected IO-APIC, please file a report at\n");
printk(KERN_WARNING " http://bugzilla.kernel.org\n");

-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/