#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(__regmap_init_spi, "_gpl", ""); KSYMTAB_FUNC(__devm_regmap_init_spi, "_gpl", ""); SYMBOL_CRC(__regmap_init_spi, 0x6cf5df83, "_gpl"); SYMBOL_CRC(__devm_regmap_init_spi, 0x0e88ae21, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xfa65d73b, "spi_write_then_read" }, { 0x695d947a, "regmap_async_complete_cb" }, { 0x66b4cc41, "kmemdup" }, { 0x9720ca76, "__regmap_init" }, { 0xc85fc013, "__devm_regmap_init" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xdcb764ad, "memset" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xaf569a50, "spi_async" }, { 0x1ff16fcd, "spi_sync" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");