From: Piotr Kaczuba Date: Mon, 26 Jun 2006 11:59:38 +0000 (+0200) Subject: [PATCH] x86_64: Fix modular pc speaker X-Git-Tag: v2.6.18-rc1~612^2~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9c63f8738734eb7e6d3f76ca03186f16ef88edf5;p=~emulex%2Finfiniband.git [PATCH] x86_64: Fix modular pc speaker It turned out that the following change is needed when the speaker is compiled as a module. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 8ade23d7ae7..0d2d4f67aa7 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c @@ -1361,7 +1361,7 @@ struct seq_operations cpuinfo_op = { .show = show_cpuinfo, }; -#ifdef CONFIG_INPUT_PCSPKR +#if defined(CONFIG_INPUT_PCSPKR) || defined(CONFIG_INPUT_PCSPKR_MODULE) #include static __init int add_pcspkr(void) {