#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>

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") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xcd91b127, "system_highpri_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xbe4a6e97, "thermal_cooling_device_unregister" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0x72294d37, "dev_pm_qos_update_request" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x8bf6c746, "dev_pm_qos_remove_request" },
	{ 0x37a0cba, "kfree" },
	{ 0x92997ed8, "_printk" },
	{ 0x66e8a7, "thermal_cooling_device_register" },
	{ 0x68bc2329, "dev_pm_qos_add_request" },
	{ 0xfcfac1d3, "dev_pm_opp_put" },
	{ 0xf0905d27, "dev_pm_opp_find_freq_floor" },
	{ 0x8fa7d67b, "dev_pm_opp_get_opp_count" },
	{ 0x830da41, "devfreq_get_devfreq_by_node" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
