linux-zen-desktop/drivers/media/usb/em28xx/em28xx-rc.mod.c

87 lines
2.5 KiB
C
Raw Normal View History

2023-08-30 17:31:07 +02:00
#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") = {
{ 0xb5285526, "input_register_device" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x296695f, "refcount_warn_saturate" },
{ 0xb2fcb56d, "queue_delayed_work_on" },
{ 0xa8d1337e, "_dev_info" },
{ 0x78041b8f, "byte_rev_table" },
{ 0x9040242d, "_dev_err" },
{ 0xe4f69ca9, "em28xx_write_reg_bits" },
{ 0x582b55e0, "rc_register_device" },
{ 0xff6d5d10, "em28xx_unregister_extension" },
{ 0x4ac415e8, "rc_keydown" },
{ 0x528ff98f, "em28xx_toggle_reg_bits" },
{ 0x9e6ae48f, "rc_free_device" },
{ 0xb024ade4, "_dev_warn" },
{ 0xb35dee8e, "em28xx_find_led" },
{ 0xf9c0b663, "strlcat" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xe1e59c2c, "input_event" },
{ 0x39a974ff, "rc_allocate_device" },
{ 0x99fdb87a, "em28xx_register_extension" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0xc6f46339, "init_timer_key" },
{ 0x56470118, "__warn_printk" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0xbb0e12b7, "i2c_transfer" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x66c918fa, "em28xx_write_regs" },
{ 0x721f7cc7, "em28xx_free_device" },
{ 0xa7940382, "param_ops_int" },
{ 0x2e8c0548, "_dev_printk" },
{ 0x2061e58b, "rc_unregister_device" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x32c1354d, "em28xx_read_reg" },
{ 0x2d3385d3, "system_wq" },
{ 0x772da1ff, "input_allocate_device" },
{ 0x921d7c65, "em28xx_boards" },
{ 0x7f02188f, "__msecs_to_jiffies" },
{ 0xe814fa4e, "em28xx_write_reg" },
{ 0x656e4a6e, "snprintf" },
{ 0xc88a2189, "i2c_probe_func_quick_read" },
{ 0xfbe795d3, "input_unregister_device" },
{ 0x37a0cba, "kfree" },
{ 0x3ca06db, "i2c_transfer_buffer_flags" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x542c2444, "input_free_device" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "em28xx");
MODULE_INFO(srcversion, "C5682C39C4A6B507DCCC206");