linux-zen-desktop/drivers/media/radio/radio-wl1273.mod.c

92 lines
2.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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x8c26d495, "prepare_to_wait_event" },
{ 0x92540fbf, "finish_wait" },
{ 0x6b10bee1, "_copy_to_user" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x92d5838e, "request_threaded_irq" },
{ 0x608741b5, "__init_swait_queue_head" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0xc6e9f6ea, "v4l2_device_register" },
{ 0xfb578fc5, "memset" },
{ 0xb5d9f6f7, "v4l2_ctrl_handler_init_class" },
{ 0x5fa3b699, "v4l2_ctrl_new_std" },
{ 0x268cb0ba, "v4l2_ctrl_new_std_menu" },
{ 0x9c3f2ff6, "__video_register_device" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0x122c3a7e, "_printk" },
{ 0x2d97b4db, "platform_driver_unregister" },
{ 0xa6257a2f, "complete" },
{ 0xf9a482f9, "msleep" },
{ 0xbb0e12b7, "i2c_transfer" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x351a8402, "request_firmware" },
{ 0xc6d09aa9, "release_firmware" },
{ 0x66cca4f9, "__x86_indirect_thunk_rcx" },
{ 0x24dad54d, "video_ioctl2" },
{ 0x1ddc4586, "param_ops_uint" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x2f5507b8, "__platform_driver_register" },
{ 0xa8d1337e, "_dev_info" },
{ 0xc1514a3b, "free_irq" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x60f3819a, "v4l2_ctrl_handler_free" },
{ 0x4835348d, "video_unregister_device" },
{ 0xeb9a76d4, "v4l2_device_unregister" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x9040242d, "_dev_err" },
{ 0x4a3ad70e, "wait_for_completion_timeout" },
{ 0xc3055d20, "usleep_range_state" },
{ 0xf42c30ab, "video_devdata" },
{ 0x89940875, "mutex_lock_interruptible" },
{ 0x3213f038, "mutex_unlock" },
{ 0xb024ade4, "_dev_warn" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0xe2964344, "__wake_up" },
{ 0xa916b694, "strnlen" },
{ 0xdd64e639, "strscpy" },
{ 0xcbd4898c, "fortify_panic" },
{ 0x88db9f48, "__check_object_size" },
{ 0x13c49cc2, "_copy_from_user" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0xfe487975, "init_wait_entry" },
{ 0x1000e51, "schedule" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "videodev");