#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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") = { { 0x6bb71038, "snd_seq_delete_kernel_client" }, { 0x85cd59a8, "snd_seq_kernel_client_dispatch" }, { 0x7c502f0a, "snd_seq_kernel_client_get" }, { 0x37a0cba, "kfree" }, { 0x122c3a7e, "_printk" }, { 0xdcb764ad, "memset" }, { 0x3c3ff9fd, "sprintf" }, { 0xba9528f0, "snd_seq_create_kernel_client" }, { 0x19858e93, "param_ops_bool" }, { 0x78a0d3e2, "snd_seq_kernel_client_put" }, { 0x1a724fcc, "snd_seq_kernel_client_ctl" }, { 0x29977925, "kmalloc_trace" }, { 0xe64db987, "param_ops_int" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "snd-seq");