linux-zen-desktop/drivers/platform/x86/acerhdf.mod.c

69 lines
1.9 KiB
C

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
BUILD_LTO_INFO;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(".gnu.linkonce.this_module") = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x2f5507b8, "__platform_driver_register" },
{ 0x564043a0, "platform_device_alloc" },
{ 0x37a96071, "platform_device_add" },
{ 0x775d6a80, "thermal_cooling_device_register" },
{ 0x47d55161, "thermal_zone_device_register_with_trips" },
{ 0x8d372792, "thermal_zone_device_enable" },
{ 0xe2d5255a, "strcmp" },
{ 0x4637e882, "thermal_zone_device_unregister" },
{ 0xc505f3b6, "platform_device_unregister" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0xc096c8a4, "thermal_zone_device_disable" },
{ 0xcbd4898c, "fortify_panic" },
{ 0x8bd4d992, "platform_device_put" },
{ 0x95d8fcac, "thermal_cooling_device_unregister" },
{ 0xfc4152fc, "ec_read" },
{ 0xc708f1fe, "ec_write" },
{ 0x147ffd6a, "param_get_uint" },
{ 0x9a9b292d, "param_ops_string" },
{ 0x1ddc4586, "param_ops_uint" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xaae58f84, "thermal_zone_bind_cooling_device" },
{ 0x122c3a7e, "_printk" },
{ 0x3920e6ff, "thermal_zone_unbind_cooling_device" },
{ 0x9ad1dc41, "param_set_uint" },
{ 0x7f02188f, "__msecs_to_jiffies" },
{ 0x91eb9b4, "round_jiffies" },
{ 0x81e6b37f, "dmi_get_system_info" },
{ 0x754d539c, "strlen" },
{ 0x5a921311, "strncmp" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");