#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, .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") = { { 0x3efa0b02, "kunit_do_failed_assertion" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x96b99baa, "kunit_ptr_not_err_assert_format" }, { 0x7a29ff1d, "kunit_binary_assert_format" }, { 0xbdfb6dbb, "__fentry__" }, { 0x53e80039, "kunit_kmalloc_array" }, { 0x4dce7dd4, "iio_format_value" }, { 0x754d539c, "strlen" }, { 0xe2d5255a, "strcmp" }, { 0x2e63384a, "kunit_binary_str_assert_format" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "kunit,industrialio");