#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") = { { 0xc9c41e74, "__pci_register_driver" }, { 0x37a0cba, "kfree" }, { 0xe2964344, "__wake_up" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x8f59b7a1, "mantis_frontend_power" }, { 0x8410b88b, "pci_unregister_driver" }, { 0xbdfb6dbb, "__fentry__" }, { 0x122c3a7e, "_printk" }, { 0x8d7e0f50, "mantis_pci_init" }, { 0x6383b27c, "__x86_indirect_thunk_rdx" }, { 0x755bb2af, "mantis_dma_exit" }, { 0xd303a3d7, "mantis_dma_init" }, { 0x868784cb, "__symbol_get" }, { 0x1a56c741, "mantis_get_mac" }, { 0x9d2ab8ac, "__tasklet_schedule" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x9a3b6295, "mantis_pci_exit" }, { 0x7da9b5e6, "mantis_i2c_init" }, { 0x6fc11a6e, "mantis_dvb_init" }, { 0x760d26e3, "mantis_gpio_set_bits" }, { 0xac4a1f46, "kmalloc_trace" }, { 0xa7940382, "param_ops_int" }, { 0xdbf1a49e, "mantis_i2c_exit" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x3437f964, "mantis_stream_control" }, { 0xf9a482f9, "msleep" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xa24f23d8, "__request_module" }, { 0x2d3385d3, "system_wq" }, { 0xc9990b16, "mantis_dvb_exit" }, { 0xc5b6f236, "queue_work_on" }, { 0x6e9dd606, "__symbol_put" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "mantis_core"); MODULE_ALIAS("pci:v00001822d00004E35sv00001822sd00000028bc*sc*i*");