#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0x4dfa8d4b, "mutex_lock" }, { 0xb248e15f, "ivtv_udma_setup" }, { 0x9d52187d, "ivtv_udma_prepare" }, { 0xd5fd90f1, "prepare_to_wait" }, { 0x1000e51, "schedule" }, { 0x92540fbf, "finish_wait" }, { 0x242c88ee, "ivtv_udma_unmap" }, { 0x3213f038, "mutex_unlock" }, { 0x14f67530, "ivtv_debug" }, { 0x88db9f48, "__check_object_size" }, { 0x13c49cc2, "_copy_from_user" }, { 0x8ddd8aad, "schedule_timeout" }, { 0x6b10bee1, "_copy_to_user" }, { 0x7c10599f, "ivtv_firmware_check" }, { 0x49fa3199, "unregister_framebuffer" }, { 0x37a0cba, "kfree" }, { 0x50d68377, "arch_phys_wc_del" }, { 0x98b71c6, "fb_dealloc_cmap" }, { 0x550ce709, "pat_enabled" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xac4a1f46, "kmalloc_trace" }, { 0xf0ace4df, "ivtv_init_on_first_open" }, { 0x5b641283, "arch_phys_wc_add" }, { 0xa4191c0b, "memset_io" }, { 0x7a890c8, "fb_alloc_cmap" }, { 0x3e6eb61f, "register_framebuffer" }, { 0xfe8336f3, "ivtv_udma_alloc" }, { 0x7fce2d65, "cfb_fillrect" }, { 0x62174091, "cfb_copyarea" }, { 0x5eb6bb97, "cfb_imageblit" }, { 0x1ddc4586, "param_ops_uint" }, { 0xa7940382, "param_ops_int" }, { 0x69aea3a6, "param_ops_bool" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x122c3a7e, "_printk" }, { 0xa26450a2, "pci_bus_type" }, { 0xbe63fbc, "driver_find" }, { 0x95d8c885, "driver_for_each_device" }, { 0x92f0e791, "ivtv_vapi" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x6c42bb5b, "ivtv_vapi_result" }, { 0xe9c322a0, "pcpu_hot" }, { 0xad73041f, "autoremove_wake_function" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "ivtv");