Re: [PATCH] x86: fix compile error if !CONFIG_ACPI

2007-11-07 Thread Thomas Gleixner
On Wed, 7 Nov 2007, Andreas Herrmann wrote: > Following patch is against cleanup branch of the x86 tree. > [PATCH] x86: fix compile error if !CONFIG_ACPI > > arch/x86/kernel/setup_64.c: In setup_: > arch/x86/kernel/setup_64.c:412: error: implicit declaration of function >

[PATCH] x86: fix compile error if !CONFIG_ACPI

2007-11-07 Thread Andreas Herrmann
Following patch is against cleanup branch of the x86 tree. Regards, Andreas -- [PATCH] x86: fix compile error if !CONFIG_ACPI arch/x86/kernel/setup_64.c: In setup_: arch/x86/kernel/setup_64.c:412: error: implicit declaration of function early_ quirks Move declaration of early_quirks

[PATCH] x86: fix compile error if !CONFIG_ACPI

2007-11-07 Thread Andreas Herrmann
Following patch is against cleanup branch of the x86 tree. Regards, Andreas -- [PATCH] x86: fix compile error if !CONFIG_ACPI arch/x86/kernel/setup_64.c: In setup_: arch/x86/kernel/setup_64.c:412: error: implicit declaration of function early_ quirks Move declaration of early_quirks

Re: [PATCH] x86: fix compile error if !CONFIG_ACPI

2007-11-07 Thread Thomas Gleixner
On Wed, 7 Nov 2007, Andreas Herrmann wrote: Following patch is against cleanup branch of the x86 tree. [PATCH] x86: fix compile error if !CONFIG_ACPI arch/x86/kernel/setup_64.c: In setup_: arch/x86/kernel/setup_64.c:412: error: implicit declaration of function early_ quirks Move