// SPDX-License-Identifier: GPL-2.0-only /* * ACPI support for int340x thermal drivers * * Copyright (C) 2014, Intel Corporation * Authors: Zhang Rui <[email protected]> */ #include <linux/acpi.h> #include <linux/module.h> #include "../internal.h" #define INT3401_DEVICE … static const struct acpi_device_id int340x_thermal_device_ids[] = …; static int int340x_thermal_handler_attach(struct acpi_device *adev, const struct acpi_device_id *id) { … } static struct acpi_scan_handler int340x_thermal_handler = …; void __init acpi_int340x_thermal_init(void) { … }