#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") = { { 0xe2385937, "__platform_driver_register" }, { 0xb343023e, "sysfs_remove_group" }, { 0x5194d29c, "regulator_disable" }, { 0x222e7ce2, "sysfs_streq" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x147f6e47, "regulator_set_mode" }, { 0x3213f038, "mutex_unlock" }, { 0xd1005013, "_dev_err" }, { 0x3c3ff9fd, "sprintf" }, { 0x58addc71, "regulator_enable" }, { 0x40561407, "regulator_set_current_limit" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x3854774b, "kstrtoll" }, { 0xe772e465, "regulator_set_voltage" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xcefb0c9f, "__mutex_init" }, { 0xee276765, "devm_regulator_get" }, { 0x159575be, "sysfs_create_group" }, { 0xfffc044d, "regulator_get_mode" }, { 0x122c3a7e, "_printk" }, { 0xda394c99, "dev_err_probe" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("of:N*T*Cregulator-virtual-consumer"); MODULE_ALIAS("of:N*T*Cregulator-virtual-consumerC*");