linux-zen-desktop/drivers/platform/mellanox/mlxreg-hotplug.mod.c

76 lines
2.1 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") = {
{ 0x24026670, "regmap_read" },
{ 0x3c3ff9fd, "sprintf" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x11089ac7, "_ctype" },
{ 0x656e4a6e, "snprintf" },
{ 0x29987a4d, "kobject_uevent_env" },
{ 0x66cca4f9, "__x86_indirect_thunk_rcx" },
{ 0x85e0350e, "platform_device_register_full" },
{ 0x55f00f2c, "i2c_get_adapter" },
{ 0xd6f31e35, "i2c_new_client_device" },
{ 0x9040242d, "_dev_err" },
{ 0x3885db63, "i2c_put_adapter" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x3ce4ca6f, "disable_irq" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0xa1e426d0, "regmap_write" },
{ 0xc505f3b6, "platform_device_unregister" },
{ 0x45b24304, "devm_free_irq" },
{ 0xa125a070, "i2c_unregister_device" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0x3dad9978, "cancel_delayed_work" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x52b1e45, "devm_request_threaded_irq" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0xc6f46339, "init_timer_key" },
{ 0xb3d8d162, "devm_kasprintf" },
{ 0x53a1e8d9, "_find_next_bit" },
{ 0xb23e3a82, "devm_hwmon_device_register_with_groups" },
{ 0xfcec0987, "enable_irq" },
{ 0x5248c8a2, "platform_get_irq" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x2f5507b8, "__platform_driver_register" },
{ 0x2d3385d3, "system_wq" },
{ 0xb2fcb56d, "queue_delayed_work_on" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");