137 lines
4.7 KiB
C
137 lines
4.7 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(dfl_fpga_port_ops_get, 0xb2d32f7c, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_port_ops_put, 0x61cac473, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_port_ops_add, 0x080789f3, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_port_ops_del, 0x27e5df14, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_check_port_id, 0xd696fefd, "_gpl");
|
|
SYMBOL_CRC(__dfl_driver_register, 0xfebb84e0, "");
|
|
SYMBOL_CRC(dfl_driver_unregister, 0x1c074417, "");
|
|
SYMBOL_CRC(dfl_fpga_dev_feature_uinit, 0x35269782, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_dev_feature_init, 0xecb02a75, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_dev_ops_register, 0x7d4412b3, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_dev_ops_unregister, 0xb8dfab9b, "_gpl");
|
|
SYMBOL_CRC(dfh_find_param, 0x1ba4adaa, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_enum_info_alloc, 0xd970b4e0, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_enum_info_free, 0x8505553a, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_enum_info_add_dfl, 0x48de8b6a, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_enum_info_add_irq, 0x5b60da93, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_feature_devs_enumerate, 0x3d5b7d36, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_feature_devs_remove, 0x20c66139, "_gpl");
|
|
SYMBOL_CRC(__dfl_fpga_cdev_find_port, 0x76d021ad, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_cdev_release_port, 0x53490181, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_cdev_assign_port, 0x9833a2f8, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_cdev_config_ports_pf, 0xc90afd91, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_cdev_config_ports_vf, 0x130f7740, "_gpl");
|
|
SYMBOL_CRC(dfl_fpga_set_irq_triggers, 0xaae013c0, "_gpl");
|
|
SYMBOL_CRC(dfl_feature_ioctl_get_num_irqs, 0xb5871d34, "_gpl");
|
|
SYMBOL_CRC(dfl_feature_ioctl_set_irq, 0x4ee2edb2, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x4dfa8d4b, "mutex_lock" },
|
|
{ 0xe2d5255a, "strcmp" },
|
|
{ 0x64287211, "try_module_get" },
|
|
{ 0x3213f038, "mutex_unlock" },
|
|
{ 0x41e6672c, "module_put" },
|
|
{ 0xcd9c1c57, "driver_register" },
|
|
{ 0x9c6febfc, "add_uevent_var" },
|
|
{ 0x3c3ff9fd, "sprintf" },
|
|
{ 0xca64e135, "driver_unregister" },
|
|
{ 0xb2fd5ceb, "__put_user_4" },
|
|
{ 0xc5e74216, "release_resource" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0xffb7c514, "ida_free" },
|
|
{ 0xb55b78f0, "cdev_init" },
|
|
{ 0x52fb3984, "cdev_add" },
|
|
{ 0x9d8df912, "cdev_del" },
|
|
{ 0x1a79c8e9, "__x86_indirect_thunk_r13" },
|
|
{ 0x43ec602, "get_device" },
|
|
{ 0x5bc8ba21, "devm_kmalloc" },
|
|
{ 0xb5686f70, "put_device" },
|
|
{ 0x2031a0ec, "devm_kfree" },
|
|
{ 0xf5330e8, "devm_kmemdup" },
|
|
{ 0x77358855, "iomem_resource" },
|
|
{ 0x9b3d353a, "__devm_request_region" },
|
|
{ 0xd0a5d0f8, "devm_ioremap" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0xdf0f75c6, "eventfd_signal" },
|
|
{ 0x162fe787, "bus_register" },
|
|
{ 0xe3ec2f2b, "alloc_chrdev_region" },
|
|
{ 0x8e17b3ae, "idr_destroy" },
|
|
{ 0x203fdea3, "bus_unregister" },
|
|
{ 0x6091b333, "unregister_chrdev_region" },
|
|
{ 0xc1514a3b, "free_irq" },
|
|
{ 0x941f2aaa, "eventfd_ctx_put" },
|
|
{ 0xfb384d37, "kasprintf" },
|
|
{ 0xd67364f7, "eventfd_ctx_fdget" },
|
|
{ 0x92d5838e, "request_threaded_irq" },
|
|
{ 0x13c49cc2, "_copy_from_user" },
|
|
{ 0x9291cd3b, "memdup_user" },
|
|
{ 0x5c8809da, "device_unregister" },
|
|
{ 0x37a96071, "platform_device_add" },
|
|
{ 0x597fd9bb, "platform_device_del" },
|
|
{ 0xeb233a45, "__kmalloc" },
|
|
{ 0x7d628444, "memcpy_fromio" },
|
|
{ 0xb024ade4, "_dev_warn" },
|
|
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
|
|
{ 0x7665a95b, "idr_remove" },
|
|
{ 0x8bd4d992, "platform_device_put" },
|
|
{ 0x6c7225, "device_for_each_child" },
|
|
{ 0xed9edab4, "fpga_region_unregister" },
|
|
{ 0xc505f3b6, "platform_device_unregister" },
|
|
{ 0xcefb0c9f, "__mutex_init" },
|
|
{ 0xa13797ee, "devm_ioremap_resource" },
|
|
{ 0xd6a530f6, "fpga_region_register" },
|
|
{ 0xa8d1337e, "_dev_info" },
|
|
{ 0x9eb53243, "devm_iounmap" },
|
|
{ 0xc5e997f, "__devm_release_region" },
|
|
{ 0x564043a0, "platform_device_alloc" },
|
|
{ 0xb8f11603, "idr_alloc" },
|
|
{ 0xb47c6d1e, "devm_platform_ioremap_resource" },
|
|
{ 0x6383b27c, "__x86_indirect_thunk_rdx" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0xe7a02573, "ida_alloc_range" },
|
|
{ 0xd3278c09, "device_initialize" },
|
|
{ 0x1303a5af, "dev_set_name" },
|
|
{ 0x66b4cc41, "kmemdup" },
|
|
{ 0x5f23e3fa, "insert_resource" },
|
|
{ 0x1afa8a5a, "device_add" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "fpga-region");
|
|
|