Re: [PATCH] fix platform_rename_gsi related ia32 build breakage

From: Andrew Morton
Date: Wed Nov 10 2004 - 19:37:10 EST


Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx> wrote:
>
> --- 1.116/arch/i386/kernel/io_apic.c 2004-10-28 05:35:33 -03:00
> +++ edited/arch/i386/kernel/io_apic.c 2004-11-10 21:39:57 -02:00
> @@ -1039,6 +1039,8 @@
> return MPBIOS_trigger(idx);
> }
>
> +extern int (*platform_rename_gsi)(int ioapic, int gsi);

This defeats compiler typechecking. Please place extern declarations in
header files where they are visible to the definition and to all users.
-
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/