2006-05-19 03:38:40

by Stephane Ouellette

[permalink] [raw]
Subject: [PATCH] Compile warning in arch/i386/kernel/setup.c

Hi,

I got an "implicit function declaration" warning because check_acpi_pci() depends on CONFIG_ACPI, NOT on CONFIG_X86_IO_APIC.

The following patch fixes this warning and applies to kernel 2.6.16.16.

Regards,

Stephane.