85 lines
2.6 KiB
C
85 lines
2.6 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(mux_chip_alloc, 0x82a4f728, "_gpl");
|
|
SYMBOL_CRC(mux_chip_register, 0x49e91d89, "_gpl");
|
|
SYMBOL_CRC(mux_chip_unregister, 0xf69161d1, "_gpl");
|
|
SYMBOL_CRC(mux_chip_free, 0xcad0d22b, "_gpl");
|
|
SYMBOL_CRC(devm_mux_chip_alloc, 0xf728d990, "_gpl");
|
|
SYMBOL_CRC(devm_mux_chip_register, 0xd3b78163, "_gpl");
|
|
SYMBOL_CRC(mux_control_states, 0x11958cfb, "_gpl");
|
|
SYMBOL_CRC(mux_control_select_delay, 0xe5b85f84, "_gpl");
|
|
SYMBOL_CRC(mux_state_select_delay, 0xfa76e911, "_gpl");
|
|
SYMBOL_CRC(mux_control_try_select_delay, 0x119ff1dd, "_gpl");
|
|
SYMBOL_CRC(mux_state_try_select_delay, 0x0a65c89f, "_gpl");
|
|
SYMBOL_CRC(mux_control_deselect, 0xedf90926, "_gpl");
|
|
SYMBOL_CRC(mux_state_deselect, 0x7cf08396, "_gpl");
|
|
SYMBOL_CRC(mux_control_get, 0x3b92f6c4, "_gpl");
|
|
SYMBOL_CRC(mux_control_put, 0xe65c66b2, "_gpl");
|
|
SYMBOL_CRC(devm_mux_control_get, 0x9db93bec, "_gpl");
|
|
SYMBOL_CRC(devm_mux_state_get, 0x5a271b61, "_gpl");
|
|
|
|
static const struct modversion_info ____versions[]
|
|
__used __section("__versions") = {
|
|
{ 0x1303a5af, "dev_set_name" },
|
|
{ 0xcf2a6966, "up" },
|
|
{ 0xd3278c09, "device_initialize" },
|
|
{ 0x37a0cba, "kfree" },
|
|
{ 0xc3055d20, "usleep_range_state" },
|
|
{ 0x3cb54367, "devres_add" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0xb5686f70, "put_device" },
|
|
{ 0x9040242d, "_dev_err" },
|
|
{ 0x36c4e4a2, "__class_register" },
|
|
{ 0x1afa8a5a, "device_add" },
|
|
{ 0x8a02c5a, "__devres_alloc_node" },
|
|
{ 0xffb7c514, "ida_free" },
|
|
{ 0xcef4381, "class_unregister" },
|
|
{ 0xe9ffc063, "down_trylock" },
|
|
{ 0x42a5b24a, "device_del" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0xe93e49c3, "devres_free" },
|
|
{ 0xb43f9365, "ktime_get" },
|
|
{ 0xac4a1f46, "kmalloc_trace" },
|
|
{ 0x36b6ebbf, "down_killable" },
|
|
{ 0xf9a482f9, "msleep" },
|
|
{ 0xeb233a45, "__kmalloc" },
|
|
{ 0x5b94ad75, "kmalloc_caches" },
|
|
{ 0xe7a02573, "ida_alloc_range" },
|
|
{ 0x9e7d6bd0, "__udelay" },
|
|
{ 0xa7d5f92e, "ida_destroy" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "");
|
|
|