#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") = { { 0xb9b0436, "param_ops_ullong" }, { 0x88db9f48, "__check_object_size" }, { 0x6df768b3, "param_ops_uint" }, { 0x65bccd6a, "param_ops_ulong" }, { 0x93c644e0, "of_node_put" }, { 0x63adbf92, "encode_rs8" }, { 0x337465e7, "of_property_read_variable_u32_array" }, { 0x1d29b9e1, "decode_rs8" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x656e4a6e, "snprintf" }, { 0x3372ea31, "pstore_register" }, { 0x96848186, "scnprintf" }, { 0xedc03953, "iounmap" }, { 0xaf56600a, "arm64_use_ng_mappings" }, { 0x4829a47e, "memcpy" }, { 0x94961283, "vunmap" }, { 0x37a0cba, "kfree" }, { 0x7344b8dd, "of_get_parent" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x5d112304, "__memcpy_fromio" }, { 0xcbd4898c, "fortify_panic" }, { 0x1035c7c2, "__release_region" }, { 0x122c3a7e, "_printk" }, { 0x1d24c881, "___ratelimit" }, { 0x599fb41c, "kvmalloc_node" }, { 0xeb2f825c, "init_rs_gfp" }, { 0xd1005013, "_dev_err" }, { 0x4d1b088a, "platform_device_unregister" }, { 0x6c9bbd48, "platform_get_resource" }, { 0xa3521253, "mem_section" }, { 0x9688de8b, "memstart_addr" }, { 0x57a2272c, "vmap" }, { 0x60bcf7e1, "of_find_property" }, { 0xbcab6ee6, "sscanf" }, { 0xf77555cd, "__memcpy_toio" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xdcb764ad, "memset" }, { 0x17de3d5, "nr_cpu_ids" }, { 0xfb384d37, "kasprintf" }, { 0xe2385937, "__platform_driver_register" }, { 0x2d39b0a7, "kstrdup" }, { 0xfd581da1, "free_rs" }, { 0x7a2af7b4, "cpu_number" }, { 0xc9cae4c7, "platform_device_register_full" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x2e276c5b, "pstore_unregister" }, { 0x7ed1a59d, "of_node_name_eq" }, { 0x29977925, "kmalloc_trace" }, { 0x77358855, "iomem_resource" }, { 0xe64db987, "param_ops_int" }, { 0x7aa1756e, "kvfree" }, { 0x40863ba1, "ioremap_prot" }, { 0xeb233a45, "__kmalloc" }, { 0x7e5db80b, "pstore_name_to_type" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x85bd1608, "__request_region" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "reed_solomon");