#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" }, { 0xd102bfd0, "devm_regulator_get_exclusive" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xb41057dc, "regulator_list_voltage" }, { 0xe772e465, "regulator_set_voltage" }, { 0x1fe013f4, "regulator_count_voltages" }, { 0x1dee42b3, "regulator_is_enabled" }, { 0xcefb0c9f, "__mutex_init" }, { 0x3d22d4c2, "led_classdev_register_ext" }, { 0xd1005013, "_dev_err" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x58addc71, "regulator_enable" }, { 0x5194d29c, "regulator_disable" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x76a6f87c, "led_classdev_unregister" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("of:N*T*Cregulator-led"); MODULE_ALIAS("of:N*T*Cregulator-ledC*");