aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r--arch/x86_64/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c
index 8ade23d7ae76..0d2d4f67aa73 100644
--- a/arch/x86_64/kernel/setup.c
+++ b/arch/x86_64/kernel/setup.c
@@ -1361,7 +1361,7 @@ struct seq_operations cpuinfo_op = {
1361 .show = show_cpuinfo, 1361 .show = show_cpuinfo,
1362}; 1362};
1363 1363
1364#ifdef CONFIG_INPUT_PCSPKR 1364#if defined(CONFIG_INPUT_PCSPKR) || defined(CONFIG_INPUT_PCSPKR_MODULE)
1365#include <linux/platform_device.h> 1365#include <linux/platform_device.h>
1366static __init int add_pcspkr(void) 1366static __init int add_pcspkr(void)
1367{ 1367{