linux/arch/x86/kernel/pcspeaker.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/platform_device.h>
#include <linux/err.h>
#include <linux/init.h>

static __init int add_pcspkr(void)
{}
device_initcall(add_pcspkr);