#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") = { { 0xbdfb6dbb, "__fentry__" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x122c3a7e, "_printk" }, { 0xf3b099bd, "smscore_unregister_hotplug" }, { 0x2d185233, "media_device_cleanup" }, { 0x2f4dfece, "smscore_putbuffer" }, { 0x9263a063, "dvb_dmx_release" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x8c54b0f8, "dvb_dmx_swfilter" }, { 0x5783c75f, "sms_board_lna_control" }, { 0x27833135, "dvb_dmxdev_release" }, { 0x99a81ab3, "smsclient_sendrequest" }, { 0x64757c3f, "param_ops_short" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x15ba50a6, "jiffies" }, { 0x3213f038, "mutex_unlock" }, { 0xa38fc382, "dvb_unregister_frontend" }, { 0xbbdb5c42, "smscore_unregister_client" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xc2be1808, "dvb_register_frontend" }, { 0x43e30ea9, "sms_board_event" }, { 0xac4a1f46, "kmalloc_trace" }, { 0x3728dcf6, "dvb_create_media_graph" }, { 0x4276ed9c, "dvb_unregister_adapter" }, { 0x54abe4ff, "dvb_dmx_init" }, { 0x4a76d651, "sms_board_setup" }, { 0x3703bc64, "smscore_get_board_id" }, { 0xf93e8e56, "smscore_register_hotplug" }, { 0x5b94ad75, "kmalloc_caches" }, { 0x75644740, "dvb_dmxdev_init" }, { 0x1ad9752c, "media_device_unregister" }, { 0x4a3ad70e, "wait_for_completion_timeout" }, { 0xa6257a2f, "complete" }, { 0x7f230337, "smscore_get_device_mode" }, { 0x11217fd3, "smscore_register_client" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x9ee3bfc2, "param_array_ops" }, { 0x69acdf38, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x4ade39f8, "sms_board_led_feedback" }, { 0x5ce3ca71, "sms_board_power" }, { 0xbe0be3db, "dvb_register_adapter" }, { 0x844539ae, "sms_get_board" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "smsmdtv,mc,dvb-core");