Commit 04a4327c authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] delete "__init" from x86_64 version of mp_find_ioapic()

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.or
parent dc4b7103
......@@ -712,7 +712,7 @@ struct mp_ioapic_routing {
} mp_ioapic_routing[MAX_IO_APICS];
static int __init mp_find_ioapic (
static int mp_find_ioapic (
int gsi)
{
int i = 0;
......
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