linux-zen-desktop/drivers/fpga/fpga-mgr.mod.c

104 lines
3.2 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
SYMBOL_CRC(fpga_image_info_alloc, 0xe43988c6, "_gpl");
SYMBOL_CRC(fpga_image_info_free, 0x8a264ede, "_gpl");
SYMBOL_CRC(fpga_mgr_load, 0xa893c789, "_gpl");
SYMBOL_CRC(fpga_mgr_get, 0xb2d74397, "_gpl");
SYMBOL_CRC(of_fpga_mgr_get, 0x19b5a118, "_gpl");
SYMBOL_CRC(fpga_mgr_put, 0x84159f60, "_gpl");
SYMBOL_CRC(fpga_mgr_lock, 0x6498059b, "_gpl");
SYMBOL_CRC(fpga_mgr_unlock, 0xf3e6cd6d, "_gpl");
SYMBOL_CRC(fpga_mgr_register_full, 0x720a3389, "_gpl");
SYMBOL_CRC(fpga_mgr_register, 0xf6a60fd0, "_gpl");
SYMBOL_CRC(fpga_mgr_unregister, 0x7d74f3ad, "_gpl");
SYMBOL_CRC(devm_fpga_mgr_register_full, 0x52dc2947, "_gpl");
SYMBOL_CRC(devm_fpga_mgr_register, 0x67510181, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x43ec602, "get_device" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xb5686f70, "put_device" },
{ 0x2031a0ec, "devm_kfree" },
{ 0xa5be73e8, "device_match_of_node" },
{ 0x2c1aad83, "class_find_device" },
{ 0x64287211, "try_module_get" },
{ 0x41e6672c, "module_put" },
{ 0xbb9ed3bf, "mutex_trylock" },
{ 0x9040242d, "_dev_err" },
{ 0x3213f038, "mutex_unlock" },
{ 0xffb7c514, "ida_free" },
{ 0x37a0cba, "kfree" },
{ 0xa8d1337e, "_dev_info" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x5c8809da, "device_unregister" },
{ 0x122c3a7e, "_printk" },
{ 0x733a1635, "__class_create" },
{ 0x3c3ff9fd, "sprintf" },
{ 0x9ee22d8c, "class_destroy" },
{ 0xa7d5f92e, "ida_destroy" },
{ 0x754d539c, "strlen" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0xe7a02573, "ida_alloc_range" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x1303a5af, "dev_set_name" },
{ 0x6383b27c, "__x86_indirect_thunk_rdx" },
{ 0xdcab9553, "device_register" },
{ 0x8a02c5a, "__devres_alloc_node" },
{ 0x3cb54367, "devres_add" },
{ 0xe93e49c3, "devres_free" },
{ 0xbc39142c, "sg_miter_start" },
{ 0x3aeb20f0, "sg_miter_next" },
{ 0x36e9a6d5, "sg_miter_stop" },
{ 0xbfebda67, "sg_miter_skip" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0xc8dcc62a, "krealloc" },
{ 0x54b23e67, "sg_pcopy_to_buffer" },
{ 0xf90a1e85, "__x86_indirect_thunk_r8" },
{ 0xeb233a45, "__kmalloc" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0x97651e6c, "vmemmap_base" },
{ 0xc31db0ce, "is_vmalloc_addr" },
{ 0x97c7cfd9, "vmalloc_to_page" },
{ 0x818b68f9, "sg_alloc_table_from_pages_segment" },
{ 0xc8c85086, "sg_free_table" },
{ 0x4c9d28b0, "phys_base" },
{ 0x351a8402, "request_firmware" },
{ 0xc6d09aa9, "release_firmware" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");