#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") = { { 0x4ddf0d50, "__dynamic_dev_dbg" }, { 0xbe0be3db, "dvb_register_adapter" }, { 0xbdfb6dbb, "__fentry__" }, { 0xf859134c, "usb_find_interface" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x122c3a7e, "_printk" }, { 0x5684ca23, "usb_put_dev" }, { 0x703a7587, "usb_bulk_msg" }, { 0x296695f, "refcount_warn_saturate" }, { 0xd5d5daea, "usb_get_dev" }, { 0x212e8677, "usb_submit_urb" }, { 0x868784cb, "__symbol_get" }, { 0x9263a063, "dvb_dmx_release" }, { 0x9040242d, "_dev_err" }, { 0x1bcaa151, "usb_free_coherent" }, { 0x3ee3159c, "usb_control_msg" }, { 0x9248215f, "usb_register_dev" }, { 0x8c54b0f8, "dvb_dmx_swfilter" }, { 0xcefb0c9f, "__mutex_init" }, { 0x89940875, "mutex_lock_interruptible" }, { 0x27833135, "dvb_dmxdev_release" }, { 0x4a4b2423, "usb_deregister" }, { 0x11089ac7, "_ctype" }, { 0x64757c3f, "param_ops_short" }, { 0xfb578fc5, "memset" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x36905e51, "dvb_frontend_detach" }, { 0x3213f038, "mutex_unlock" }, { 0xeae3dfd6, "__const_udelay" }, { 0xa38fc382, "dvb_unregister_frontend" }, { 0x2e926327, "usb_deregister_dev" }, { 0x36586df6, "usb_kill_urb" }, { 0xc2be1808, "dvb_register_frontend" }, { 0xac4a1f46, "kmalloc_trace" }, { 0x4276ed9c, "dvb_unregister_adapter" }, { 0x54abe4ff, "dvb_dmx_init" }, { 0xa7940382, "param_ops_int" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xa24f23d8, "__request_module" }, { 0x75644740, "dvb_dmxdev_init" }, { 0x26670b25, "usb_alloc_urb" }, { 0xc6d09aa9, "release_firmware" }, { 0x3b9f54fd, "usb_free_urb" }, { 0x18d75eda, "usb_alloc_coherent" }, { 0x6e9dd606, "__symbol_put" }, { 0x351a8402, "request_firmware" }, { 0x5352ed42, "usb_register_driver" }, { 0x9ee3bfc2, "param_array_ops" }, { 0x37a0cba, "kfree" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "dvb-core"); MODULE_ALIAS("usb:v1BA6p0001d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v2013p0246d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0FD9p002Cd*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v0B89p0007d*dc*dsc*dp*ic*isc*ip*in*"); MODULE_ALIAS("usb:v2137p0001d*dc*dsc*dp*ic*isc*ip*in*");