#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0xecd991f, "hrtimer_active" },
	{ 0x3854774b, "kstrtoll" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0x939fc2ef, "hrtimer_start_range_ns" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0xcc69bd8c, "hrtimer_cancel" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x5c3c7387, "kstrtoull" },
	{ 0x85df9b6c, "strsep" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x76c41756, "hrtimer_forward" },
	{ 0xd43025f1, "regmap_write" },
	{ 0x96848186, "scnprintf" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x3ebd5214, "hrtimer_init" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x92997ed8, "_printk" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cqcom,llcc-perfmon");
MODULE_ALIAS("of:N*T*Cqcom,llcc-perfmonC*");

MODULE_INFO(scmversion, "gf957779e27df");
