#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 KSYMTAB_FUNC(__async_tx_find_channel, "_gpl", ""); KSYMTAB_FUNC(async_tx_submit, "_gpl", ""); KSYMTAB_FUNC(async_trigger_callback, "_gpl", ""); KSYMTAB_FUNC(async_tx_quiesce, "_gpl", ""); SYMBOL_CRC(__async_tx_find_channel, 0x0040f90a, "_gpl"); SYMBOL_CRC(async_tx_submit, 0xca7ccfb4, "_gpl"); SYMBOL_CRC(async_trigger_callback, 0x34ee0697, "_gpl"); SYMBOL_CRC(async_tx_quiesce, 0xa0a14641, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x923b1276, "dmaengine_get" }, { 0x122c3a7e, "_printk" }, { 0x57575f08, "dmaengine_put" }, { 0x11ee9269, "dma_wait_for_async_tx" }, { 0xf1e046cc, "panic" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x8be6e1e9, "dma_find_channel" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");